- allocator
ref allocator()
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- insert
void insert(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(ref Key) @(safe) del)
Undocumented in source. Be warned that the author may not have intended to support it.
- opBinaryRight
bool opBinaryRight(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
void remove(Key key)
Undocumented in source. Be warned that the author may not have intended to support it.
- setAllocator
void setAllocator(IAllocator allocator)
Undocumented in source.