Method
Match
func Match<TResult>(some: T -> TResult, none: () -> TResult) -> TResult
Type: Option<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn
Matches the option and produces a value.
func Match<TResult>(some: T -> TResult, none: () -> TResult) -> TResult
Type: Option<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn
Matches the option and produces a value.