Method

UnwrapOr

func UnwrapOr(defaultValue: T) -> T

Type: Option<T>
Namespace: System
Assembly: Raven.Core.dll
Source file: Option.rvn

Returns the contained value, or defaultValue when this option is None.