Option.unwrap

Return the wrapped value. Throws an exception if there is no value.

struct Option(T)
ref inout
unwrap
(
string msg = null
)

Meta