HashMap

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

Members

Mixins

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

Meta