containers.hashmap

Hash Map

Members

Structs

HashMap
struct HashMap(K, V, Allocator = Mallocator, alias hashFunction = generateHash!K, bool supportGC = shouldAddGCRange!K || shouldAddGCRange!V)

Associative array / hash map.

Meta

Authors

Brian Schott