NativeScriptTag

Static storage for a D script's typetag.

The tag for T is the *address* of base, while base itself points to the base D script's tag.

Members

Static functions

matches
bool matches(void* tag)
Undocumented in source. Be warned that the author may not have intended to support it.
tag
immutable(void*) tag()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

base
void* base;
Undocumented in source.
base
void* base;
Undocumented in source.

Meta