Maybe

$(D_PSYMBOL Maybe) optionally saves a tuple of values. The values can't be set individually, but only at once.

Members

Aliases

Types
alias Types = Arguments

Tuple types.

Functions

opAssign
void opAssign(Arguments arguments)

Properties

get
Arguments[n] get [@property getter]
get
Tuple!Arguments get [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull [@property getter]

Variables

length
enum size_t length;

Tuple length.

Meta