mage ~gen-vs2013 (2022-02-23T00:05:29.9661958)
Dub
Repo
Option.unwrap
mage
util
option
Option
Return the wrapped value. Throws an exception if there is no value.
struct
Option
(T)
ref inout
inout
(
WrappedType
)
unwrap
(
string
msg
= null
)
Meta
Source
See Implementation
mage
util
option
Option
aliases
WrappedType
WrapperType
constructors
this
functions
clear
isNone
isSome
opAssign
opCast
unwrap
variables
value
Return the wrapped value. Throws an exception if there is no value.