iterator.zip

zip functions for iterator

Tweet

If you would like to add zip functions for iterator in other languages, please send a PR to cordx56/iterator.zip.

Python
zip function
Rust
zip method in Iterator trait
C++
std::ranges::views::zip
PHP
array_map(), pass null as the callback
Common Lisp
(mapcar #'list list-of-lists)
Emacs Lisp
(cl-mapcar #'list list-of-lists)
Scheme
(map list list-of-lists)
Clojure
(map list list-of-lists)