UniqueHashTableIndex

An index based on a hash table. Prohibits 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
Nullable!Record lookup(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta