import { zip } from "https://dotland.deno.dev/x/rambda@v9.2.0/immutable.d.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.
Parameters
x: readonly K[]