OptionalChain

Undocumented in source.

Constructors

this
this(Optional!T value)
Undocumented in source.
this
this(T value)
Undocumented in source.

Alias This

value

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

opDispatch
template opDispatch(string name)
Undocumented in source.

Variables

value
Optional!T value;
Undocumented in source.

Meta