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]
isNull
bool isNull [@property getter]

Variables

length
enum size_t length;

Tuple length.

Meta