ArrayOrSingle

Undocumented in source.

Constructors

this
this(T val)
Undocumented in source.
this
this(T[] val)
Undocumented in source.

Alias This

value

Members

Functions

_toJSON
JSONValue _toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T[] val)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

_fromJSON
ArrayOrSingle!T _fromJSON(JSONValue val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
T[] value;
Undocumented in source.

Meta