- andThen
auto andThen(Optional!T optional)
Undocumented in source. Be warned that the author may not have intended to support it.
- andThen
auto andThen(Optional!T optional)
Undocumented in source. Be warned that the author may not have intended to support it.
- andThen
auto andThen(Optional!T optional)
Undocumented in source. Be warned that the author may not have intended to support it.
- flatten
Optional!T flatten(Optional!(Optional!T) optional)
Undocumented in source. Be warned that the author may not have intended to support it.
- handle
auto ref handle(Optional!T optional)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(Optional!T optional, T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- none
auto none()
Undocumented in source. Be warned that the author may not have intended to support it.
- or
ref or(Optional!T optional, Optional!T other)
Undocumented in source. Be warned that the author may not have intended to support it.
- orElse
auto ref orElse(Optional!T optional)
Undocumented in source. Be warned that the author may not have intended to support it.
- some
auto some(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- unwrap
inout(T) unwrap(Optional!T optional)
Undocumented in source. Be warned that the author may not have intended to support it.