ByValue

Bidirectional range iterating over the key of a $(D_PSYMBOL HashTable).

Constructors

this
this()
Undocumented in source.

Members

Functions

opIndex
ByValue opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ByValue!(const T) opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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.

Parameters

T

Type of the internal hash storage.

Meta