collections.hashmap

Undocumented in source.

Public Imports

collections.commons
public import collections.commons;

Members

Structs

HashMap
struct HashMap(K, E, alias hashFunc = defaultHash!K, alias less = "a < b")

Implements a hashmap using collections.treemap as a backend. See collections.treemap for more info on certain things.

Meta