phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
FrontTransversal.moveBack
std
range
FrontTransversal
Bidirectional primitives. They are offered if
isBidirectionalRange
!
RangeOfRanges
.
struct
FrontTransversal
(Ror, TransverseOptions opt = TransverseOptions.assumeJagged)
static if
(
isBidirectionalRange!RangeOfRanges
)
static if
(
hasMobileElements!RangeType
)
ElementType
moveBack
(
)
Meta
Source
See Implementation
std
range
FrontTransversal
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.