dcheck ~master (2014-11-04T21:48:34Z)
Dub
Repo
Maybe.get
dcheck
maybe
Maybe
Unwrap value from Maybe. If the Maybe is empty, Error is thrown.
T
get
()
struct
Maybe
(T)
T
get
(
)
if
(
is
(
T
== struct) ||
isAssociativeArray
!
T
||
isBasicType
!
T
)
const
(
T
)
get
()
Meta
Source
See Implementation
dcheck
maybe
Maybe
aliases
StoredType
constructors
this
functions
get
isNothing
map
static functions
nothing
Unwrap value from Maybe. If the Maybe is empty, Error is thrown.