StackRange.popFront

Advance to the next item of the range.

struct StackRange(T)
@system
void
popFront
()
in (!empty, "Cannot use `popFront` on an empty range")

Meta