KeyValueRange

A range through a series of items in the map.

Constructors

this
this(Entry!(K, V)[] bucketList)
Undocumented in source.
this
this(const(Entry!(K, V)[]) bucketList)
Undocumented in source.

Members

Functions

popFront
void popFront()
Undocumented in source.
save
inout(typeof(this)) save()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
inout(Entry!(K, V)) front [@property getter]
Undocumented in source.

Meta