phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Chunks.empty
std
range
Chunks
Input range primitives. Always present.
struct
Chunks
(Source)
@
property
static if
(
isForwardRange!Source
)
static if
(
!isInfinite!Source
)
bool
empty
(
)
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.