The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Take.moveAt
std
range
Take
Range primitives
struct
Take
(Range)
static if
(
isRandomAccessRange!R
)
static if
(
hasMobileElements!R
)
auto
moveAt
(
size_t
index
)
if
(
isInputRange
!(
Unqual
!
Range
) &&
!
(
(
!
isInfinite
!(
Unqual
!
Range
) &&
hasSlicing
!(
Unqual
!
Range
)
)
||
is
(
Range
T
==
Take
!
T
)
)
)
Meta
Source
See Implementation
std
range
Take
aliases
opDollar
functions
moveAt
moveBack
moveFront
opIndex
opIndexAssign
opSlice
popBack
popFront
properties
back
empty
front
length
maxLength
save
variables
source
Range primitives