OrderedRangeT.popFront

pop the front element from the range

complexity: amortized O(1)

struct OrderedRangeT(bool is_const)
void
popFront
(
)

Meta