/** * @see https://en.wikipedia.org/wiki/Cartesian_product */ export declare function cartesianProduct(setA: Iterable, setB: Iterable): Set<[T, U]>; //# sourceMappingURL=cartesianProduct.d.ts.map