vox.utils.hash

Members

Enums

StoreValues
enum StoreValues
Undocumented in source.

Mixin templates

HashMapImpl
mixintemplate HashMapImpl()
Undocumented in source.
HashTablePart
mixintemplate HashTablePart(KeyBucketT, StoreValues store_values)

If store_values = no then table works like hashset

Structs

HashMap
struct HashMap(Key, Value, Key emptyKey)
Undocumented in source.
KeyBucket
struct KeyBucket(Key, Key emptyKey)

Uses special key value to mark empty buckets

Meta

Authors

Andrey Penechko.