import { ifilter } from "https://deno.land/x/itertools@v1.1.2/mod.ts";
Returns an iterator that filters elements from iterable returning only those for which the predicate is true.
import { ifilter } from "https://deno.land/x/itertools@v1.1.2/mod.ts";
Returns an iterator that filters elements from iterable returning only those for which the predicate is true.