HashSet

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

Members

Mixins

__anonymous
mixin HashTablePart!(MetaKeyBucket!(Key), false)
Undocumented in source.

Meta