The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Chunks.opIndex
std
range
Chunks
Indexing and slicing operations. Provided only if
hasSlicing!Source
is
true
.
struct
Chunks
(Source)
static if
(
isForwardRange!Source
)
static if
(
hasSlicing!Source
)
auto
opIndex
(
size_t
index
)
if
(
isInputRange
!
Source
)
Meta
Source
See Implementation
std
range
Chunks
constructors
this
functions
opIndex
opSlice
popBack
popFront
properties
back
empty
front
length
save
Indexing and slicing operations. Provided only if hasSlicing!Source is true.