import { izipLongest2 } from "https://deno.land/x/itertools@v1.1.2/itertools.ts";
Returns an iterator that aggregates elements from each of the iterables. If the iterables are of uneven length, missing values are filled-in with fillvalue. Iteration continues until the longest iterable is exhausted.