- 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.
A boxable wrapper useful for variables of primitive types.