IonSymbolTable
struct IonSymbolTable (
) {
enum double maxLoadFactor;
enum uint initialMaxProbe;
Entry[initialLength + initialMaxProbe] initialStackSpace;
ubyte[8192] initialKeysSpace;
}
A destructor is present on this object, but not explicitly documented in the source.
A postblit is present on this object, but not explicitly documented in the source.
- finalize
void finalize()
Prepare the table for writing.
The table shouldn't be used after that.
- initialize
void initialize()
- initializeNull
void initializeNull()
- initialized
bool initialized()
- insert
uint insert(const(char)[] key)
- insert
uint insert(const(char)[] key, uint hash)