phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Zip.empty
std
range
Zip
Returns
true
if the range is at end. The test depends on the stopping policy.
enum
bool
empty
;
struct
Zip
(Ranges...)
static if
(
allSatisfy!(isInfinite, R)
)
enum
bool
empty
;
bool
empty
[@property getter]
Meta
Source
See Implementation
std
range
Zip
aliases
opDollar
constructors
this
functions
moveAt
moveBack
moveFront
opIndex
opIndexAssign
opSlice
popBack
popFront
properties
back
front
length
save
variables
empty
Returns true if the range is at end. The test depends on the stopping policy.