universal.extras.maybe

Undocumented in source.

Members

Aliases

Maybe
alias Maybe(A : void) = Maybe!(Unit)
Undocumented in source.

Functions

isJust
auto isJust(Maybe!A ma)
Undocumented in source. Be warned that the author may not have intended to support it.
isNothing
auto isNothing(Maybe!A ma)
Undocumented in source. Be warned that the author may not have intended to support it.
just
Maybe!A just(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
nothing
Maybe!A nothing()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Maybe
struct Maybe(A)
Undocumented in source.

Templates

maybe
template maybe(alias f)
Undocumented in source.
maybeMap
template maybeMap(alias f)
Undocumented in source.
maybeVisit
template maybeVisit(dtors...)
Undocumented in source.

Meta