HashSet

Undocumented in source.
  1. struct HashSet(Key, Key emptyKey, Key deletedKey, Alloc = GCAllocator)
    struct HashSet (
    Key
    Key emptyKey
    Key deletedKey
    Alloc = GCAllocator
    ) {}
  2. struct HashSet(Key, Alloc = GCAllocator)

Members

Mixins

__anonymous
mixin HashTablePart!(KeyBucket!(Key, emptyKey, deletedKey), false)
Undocumented in source.

Meta