The OpenD Programming Language

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 that uses linear probing to resolve sollisions.

Meta

Authors

Brian Schott