- back
inout(Key) back [@property getter]
Undocumented in source.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- front
inout(Key) front [@property getter]
Undocumented in source.
- popBack
void popBack [@property getter]
Undocumented in source.
- popFront
void popFront [@property getter]
Undocumented in source.
- save
ByKey save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Bidirectional range iterating over the key of a $(D_PSYMBOL HashTable).