containers.hashset

Hash Set

Members

Structs

HashSet
struct HashSet(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)

Hash Set.

Meta

Authors

Brian Schott