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]
E
back
[@property setter]
struct
Transversal
(Ror, TransverseOptions opt = TransverseOptions.assumeJagged)
@
property
static if
(
isBidirectionalRange!RangeOfRanges
)
static if
(
hasAssignableElements!InnerRange
)
void
back
(
E
val
)
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.