Method

UnwrapOrThrow

func UnwrapOrThrow() -> T

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

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