SSOHashMap

Hash map storing keys of type K and values of type V.

alias SSOHashMap(K, V, alias Allocator = null, alias hasher = hashOf, uint smallBinMinCapacity = 1) = SSOHashMapOrSet!(K, V, Allocator, hasher, smallBinMinCapacity)

Meta