OwnedClass

Basically a scope class you can return from a function or embed in another aggregate.

struct OwnedClass (
Class
) {
ubyte[__traits(classInstanceSize, Class)] rawData;
}

Destructor

A destructor is present on this object, but not explicitly documented in the source.

Postblit

A postblit is present on this object, but not explicitly documented in the source.

Alias This

rawInstance

Meta