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