import { zip } from "https://deno.land/x/rambda@9.4.1/rambda.js";
It will return a new array containing tuples of equally positions items from both x
and y
lists.
The returned list will be truncated to match the length of the shortest supplied list.