zip5

The zip5 function takes five lists and returns a list of five-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 5 vectors
O(1). Zip some unboxed arrays. The shapes must be identical else error.
Zip 5 lists of the same size
zip5 takes five vectors and returns a list of five-tuples, analogous to zip.
Like zip, but works with 5 collections.
Zip five infinite lists.
zip5 five lists together.
Zip together five non-empty vectors.