import { icompress } from "https://deno.land/x/itertools@v1.1.1/mod.ts";
Returns an iterator that filters elements from data returning only those
that have a corresponding element in selectors that evaluates to true
.
Stops when either the data or selectors iterables has been exhausted.
Parameters
data: Iterable<T>