KeyRange

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

Members

Functions

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

Properties

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

Meta