struct HashTable { int type; int size; const HashEntry *entries; int hashSize; }; /** * @short Fast keyword lookup. */