rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.72k stars 309 forks source link

`Zip` impls for `[T; N]` #788

Open alexander-novo opened 12 months ago

alexander-novo commented 12 months ago

In addition to the tuple impls, it would be nice to have array impls for this.