zip

Faster than std.range.zip on DMD.

zip
(
R1
R2
)
(
R1 r1
,
R2 r2
)
if (
isRandomAccessRange!R1 &&
isRandomAccessRange!R2
)

See Also

Meta