darjeeling ~master (2022-04-12T18:56:51.4136467)
Dub
Repo
Maybe.fromJust
darjeeling
maybe
Maybe
Return
value
if
this
is the Just!T instance, otherwise throw Exception.
interface
Maybe
(T)
pure @
safe
T
fromJust
(
)
Meta
Source
See Implementation
darjeeling
maybe
Maybe
functions
fromJust
properties
isJust
isNothing
static functions
just
nothing
Return value if this is the Just!T instance, otherwise throw Exception.