symtab_t

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++) nothrow @safe
struct symtab_t {
nothrow
SYMIDX length;
nothrow
SYMIDX symmax;
nothrow
T* tab;
}

Members

Functions

setLength
void setLength(size_t length)

Set useable length of array.

Meta