symtab_t

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Aliases

T
alias T = Symbol*
Undocumented in source.
capacity
alias capacity = symmax
Undocumented in source.

Functions

dtor
void dtor()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
inout(T) opIndex(size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
inout(T)[] opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
inout(T)[] opSlice(size_t a, size_t b)
Undocumented in source. Be warned that the author may not have intended to support it.
setLength
void setLength(size_t length)

Set useable length of array.

Variables

length
SYMIDX length;
Undocumented in source.
symmax
SYMIDX symmax;
Undocumented in source.
tab
T* tab;
Undocumented in source.

Meta