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