phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Transversal.moveBack
std
range
Transversal
Bidirectional primitives. They are offered if
isBidirectionalRange
!
RangeOfRanges
.
struct
Transversal
(Ror, TransverseOptions opt = TransverseOptions.assumeJagged)
static if
(
isBidirectionalRange!RangeOfRanges
)
static if
(
hasMobileElements!InnerRange
)
E
moveBack
(
)
Meta
Source
See Implementation
std
range
Transversal
constructors
this
functions
moveAt
moveBack
moveFront
opIndex
opIndexAssign
opSlice
popBack
popFront
properties
back
front
save
variables
empty
Bidirectional primitives. They are offered if isBidirectionalRange!RangeOfRanges.