biod ~master (2019-12-17T12:58:49Z)
Home
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