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