dxx ~master (2021-11-02T05:31:47.8866387)
Dub
Repo
Maybe
dxx
alg
monad
Undocumented in source.
class
Maybe : Monad!T(
T
) {
class
Empty
;
static
Maybe
!
U
empty
();
static
auto
bind
(U _t);
}
Members
Classes
Empty
class
Empty
Undocumented in source.
Static functions
bind
auto
bind
(U _t)
Undocumented in source. Be warned that the author may not have intended to support it.
empty
Maybe
!
U
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dxx
alg
monad
classes
Each
Maybe
Monad