biod ~meson (2022-05-07T11:17:22.3072764)
Dub
Repo
ReversableRange.opIndex
bio
core
sequence
ReversableRange
If source range is a random access range,
opIndex
is defined
struct
ReversableRange
(alias reverseTransform = identity, R)
static if
(
isRandomAccessRange!R
)
auto
opIndex
(
size_t
index
)
if
(
isBidirectionalRange
!
R
)
Meta
Source
See Implementation
bio
core
sequence
ReversableRange
constructors
this
functions
back
empty
front
length
opIndex
opSlice
popBack
popFront
reverse
save
If source range is a random access range, opIndex is defined