phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Transversal.back
std
range
Transversal
Bidirectional primitives. They are offered if
isBidirectionalRange
!
RangeOfRanges
.
auto ref
back
[@property getter]
struct
Transversal
(Ror, TransverseOptions opt = TransverseOptions.assumeJagged)
@
property
ref
static if
(
isBidirectionalRange!RangeOfRanges
)
auto ref
back
(
)
E
back
[@property setter]
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.