option

Undocumented in source.

Members

Functions

None
Option!T None()
Undocumented in source. Be warned that the author may not have intended to support it.
Some
Option!T Some(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
Some
Option!T Some(U t)
Undocumented in source. Be warned that the author may not have intended to support it.
detect
Option!(ElementEncodingType!R) detect(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
Option!V fetch(V[K] aa, K key)
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
Option!(const V) fetch(V[K] aa, K key)
Undocumented in source. Be warned that the author may not have intended to support it.
fetch
Option!(immutable V) fetch(V[K] aa, K key)
Undocumented in source. Be warned that the author may not have intended to support it.
filter
Option!T filter(Option!T o)
Undocumented in source. Be warned that the author may not have intended to support it.
flatMap
auto flatMap(Option!T o)
Undocumented in source. Be warned that the author may not have intended to support it.
flatten
Option!T flatten(Option!(Option!T) o)
Undocumented in source. Be warned that the author may not have intended to support it.
flatten
ElementEncodingType!(R).OptionValueType[] flatten(R range)
Undocumented in source. Be warned that the author may not have intended to support it.
map
auto map(Option!T o)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Option
struct Option(T)
Undocumented in source.

Templates

isOptionType
template isOptionType(T)
Undocumented in source.

Meta