Method

UnwrapOrDefault

func UnwrapOrDefault() -> T

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

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