import { zip } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts";
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.