dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
Maybe.Empty
dxx
alg
monad
Maybe
Undocumented in source.
class
Maybe
(T)
static
class
Empty : Maybe!T {
this
();
R
lift
();
static __gshared
Empty
_empty
;
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
lift
R
lift
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
_empty
Empty
_empty
;
Undocumented in source.
Meta
Source
See Implementation
dxx
alg
monad
Maybe
classes
Empty
static functions
bind
empty