CDestroyWith

Undocumented in source.
@nu_destroywith!(
(
ref obj
)
)
class CDestroyWith : NuObject {}

Destructor

~this
~this()
Undocumented in source.

Inherited Members

From NuObject

toString
string toString()

Gets the name of the class.

opEquals
bool opEquals(Object other)

Test whether this is equal to other.

opCmp
int opCmp(Object other)

Compare with another Object other.

toHash
size_t toHash()

Compute a hash for Object.

Meta