biod ~bio2 (2022-05-05T08:17:46.2810097)
Dub
Repo
ReversableRange.opSlice
bio
core
sequence
ReversableRange
Slicing is also propagated
struct
ReversableRange
(alias reverseTransform = identity, R)
static if
(
hasSlicing!R
)
auto
opSlice
(
size_t
from
,
size_t
to
)
if
(
isBidirectionalRange
!
R
)
Meta
Source
See Implementation
bio
core
sequence
ReversableRange
constructors
this
functions
back
empty
front
length
opIndex
opSlice
popBack
popFront
reverse
save
Slicing is also propagated