- back
inout(Value) 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(Value) front [@property getter]
Undocumented in source.
- popBack
void popBack [@property getter]
Undocumented in source.
- popFront
void popFront [@property getter]
Undocumented in source.
- save
ByValue 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).