BidirectionalRange

Interface for a bidirectional range of type E.

Members

Functions

moveBack
E moveBack()

Calls std.range.primitives.moveBack on the wrapped range, if possible. Otherwise, throws an UnsupportedRangeMethod exception

popBack
void popBack()

Properties

back
E back [@property getter]
save
BidirectionalRange!E save [@property getter]

Meta