Mutable

Undocumented in source.

Constructors

this
this(T theMutable)
Undocumented in source.
this
this(IAllocator alloc, T theMutable)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

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

Members

Functions

addRef
void addRef(AllocQual alloc, SupportQual support)
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto ref get()
Undocumented in source. Be warned that the author may not have intended to support it.
isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
auto ref opAssign(typeof(this) rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(T v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta