The OpenD Programming Language

containers.hashmap

Hash Map

Members

Structs

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

Associative array / hash map.

Meta

Authors

Brian Schott