phobos ~master (2024-10-03T07:50:27Z)
Dub
Repo
Zip.this
std
range
Zip
Builds an object. Usually this is invoked indirectly by using the
zip
function.
struct
Zip
(Ranges...)
this
(
R
rs
,
StoppingPolicy
s
=
StoppingPolicy.shortest
)
if
(
Ranges.length
&&
allSatisfy
!(
isInputRange
,
Ranges
)
)
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
Builds an object. Usually this is invoked indirectly by using the zip function.