phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Indexed.moveAt
std
range
Indexed
Range primitives
struct
Indexed
(Source, Indices)
static if
(
isRandomAccessRange!Indices
)
static if
(
hasMobileElements!Source
)
auto
moveAt
(
size_t
index
)
if
(
isRandomAccessRange
!
Source
&&
isInputRange
!
Indices
&&
is
(
typeof
(
Source.init
[
ElementType
!(
Indices
).
init
]))
)
Meta
Source
See Implementation
std
range
Indexed
functions
moveAt
moveBack
moveFront
opIndex
opIndexAssign
opSlice
physicalIndex
popBack
popFront
properties
back
empty
front
indices
save
source
Range primitives