pgator ~remove_unused_code (2022-05-02T12:42:33.5121572)
Dub
Repo
Maybe.get
util
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
util
Maybe
aliases
StoredType
constructors
this
functions
get
isNothing
map
static functions
nothing
Unwrap value from Maybe. If the Maybe is empty, Error is thrown.