containers.immutablehashset

Immutable hash set.

Members

Structs

ImmutableHashSet
struct ImmutableHashSet(T, alias hashFunction)

The immutable hash set is useful for constructing a read-only collection that supports quickly determining if an element is present.

Meta

Authors

Brian Schott