memutils.hashmap

Internal hash map implementation.

Members

Aliases

HashMap
alias HashMap(Key, Value, ALLOC = void) = RefCounted!(HashMapImpl!(Key, Value, ALLOC), ALLOC)
Undocumented in source.

Structs

DefaultHashMapTraits
struct DefaultHashMapTraits(Key)
Undocumented in source.
HashMapImpl
struct HashMapImpl(Key, Value, ALLOC = void)
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE file.

Authors

Sönke Ludwig