ItemRange

A range through a series of items in the map.

Members

Functions

popFront
void popFront()
save
inout(typeof(this)) save()

Properties

empty
bool empty [@property getter]
front
inout(Item!(K, V)) front [@property getter]

Meta