zip6

The zip6 function takes six lists and returns a list of six-tuples, analogous to zip. It is capable of list fusion, but it is restricted to its first list argument and its resulting list.
O(1) Zip 6 vectors
O(1). Zip some unboxed arrays. The shapes must be identical else error.
zip6 takes six vectors and returns a list of six-tuples, analogous to zip.
Like zip, but works with 6 collections.
Zip six infinite lists.
zip6 six lists together.
Zip together six non-empty vectors.