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