symtab_t

Undocumented in source.
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