phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Chunks.opSlice
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
)
static if
(
hasLength!Source
)
typeof
(this)
opSlice
(
size_t
lower
,
size_t
upper
)
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.