Method
OrElse
func OrElse(alternative: () -> Option<T>) -> Option<T>
Type: Option<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn
Returns this option if it is Some, otherwise returns alternative().
func OrElse(alternative: () -> Option<T>) -> Option<T>
Type: Option<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn
Returns this option if it is Some, otherwise returns alternative().