ValueRange

This is a range which runs through a series of values in a map.

Members

Functions

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

Properties

empty
bool empty [@property getter]
front
inout(V) front [@property getter]

Meta