SSOHashSet

Hash map storing keys of type K.

alias SSOHashSet(K, alias Allocator = null, alias hasher = hashOf, uint smallBinMinCapacity = 1) = SSOHashMapOrSet!(K, void, Allocator, hasher, smallBinMinCapacity)

Meta