memutils.hashmap

Internal hash map implementation.

Members

Aliases

HashMapRef
alias HashMapRef(Key, Value, ALLOC = ThreadMem) = RefCounted!(HashMap!(Key, Value, ALLOC), ALLOC)
Undocumented in source.

Structs

DefaultHashMapTraits
struct DefaultHashMapTraits(Key)
Undocumented in source.
HashMap
struct HashMap(Key, Value, ALLOC = ThreadMem)
Undocumented in source.

Meta

License

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

Authors

Sönke Ludwig