ValueClass

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(int )

Default constructor with a dummy parameter.

this
this(T val)

Copy data from an existing class instance.

Alias This

get

Members

Functions

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

Variables

data
void[__traits(classInstanceSize, T)] data;
Undocumented in source.

Meta