containers.openhashset

Open-Addressed Hash Set

Members

Structs

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

Simple open-addressed hash set. Use this instead of HashSet when the size and quantity of the data to be inserted is small.

Meta

Authors

Brian Schott