core.internal.container.hashtab
HashTab container for internal usage.
Copyright
Copyright Martin Nowak 2013.
struct HashTab
Types 1
structHashTab(Key, Value)
Methods
void reset()void remove(in Key key)void opIndexAssign(Value value, Key key)inout(Value) * opBinaryRight(string op)(const scope Key key) if (op == "in") inoutint opApply(scope int delegate(ref Key, ref Value) dg)Value * get(Key key)hash_t hashOf(const scope ref Key key) @trustedvoid grow()void shrink()void ensureNotInOpApply()Destructors
Nested Templates
Node