RefBox

A boxable wrapper useful for variables of primitive types.

Constructors

this
this()
Undocumented in source.
this
this(T* val)
Undocumented in source.

Members

Functions

dup
RefBox!(T) dup()
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.
opCall
T opCall()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(const(RefBox!(T)) val)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(const(T) val)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta