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
()
const
(
T
)
get
()
struct
Maybe
(T)
const
const
(
T
)
get
(
)
if
(
is
(
T
== struct) ||
isAssociativeArray
!
T
||
isBasicType
!
T
)
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.