- 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.