phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Chunks.save
std
range
Chunks
Forward range primitives. Only present if
Source
is a forward range.
struct
Chunks
(Source)
@
property
static if
(
isForwardRange!Source
)
typeof
(this)
save
(
)
if
(
isInputRange
!
Source
)
Meta
Source
See Implementation
std
range
Chunks
constructors
this
functions
opIndex
opSlice
popBack
popFront
properties
back
empty
front
length
save
Forward range primitives. Only present if Source is a forward range.