Range

Bidirectional range whose element type is a tuple of a key and the respective value.

Constructors

this
this()
Undocumented in source.

Members

Functions

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

Properties

back
inout(KV) 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(KV) front [@property getter]
Undocumented in source.
save
Range 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