phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
RefRange.moveAt
std
range
RefRange
Only defined if
hasMobileElements!R
and
isRandomAccessRange!R
are
true
.
struct
RefRange
(R)
static if
(
hasMobileElements!R && isRandomAccessRange!R
)
auto
moveAt
(
size_t
index
)
if
(
isInputRange
!
R
)
Meta
Source
See Implementation
std
range
RefRange
aliases
opDollar
constructors
this
functions
moveAt
moveBack
moveFront
opAssign
opIndex
opSlice
popBack
popFront
properties
back
front
length
ptr
save
Only defined if hasMobileElements!R and isRandomAccessRange!R are true.