Elemdata

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(COMPILE)
nothrow @safe extern (C++)
struct Elemdata {
nothrow
elem* pelem;
nothrow
block* pblock;
nothrow
Barray!(elem*) rdlist;
}

Members

Functions

emplace
void emplace(elem* e, block* b)

Initialize instance at ed.

reset
void reset()

Reset memory so this allocation can be re-used.

Suggestion Box / Bug Report