HashTableIndex

An index based on a hash table. Allows multiple records with the same key.

Members

Aliases

Key
alias Key = typeof(KeyFunction(Record.init))
Undocumented in source.

Functions

insert
void insert(Record record)
Undocumented in source. Be warned that the author may not have intended to support it.
lookup
Record[] lookup(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta