@thi.ng/associative
Version:
ES Map/Set-compatible implementations with customizable equality semantics & supporting operations
4 lines • 329 B
TypeScript
import type { Fn0 } from "@thi.ng/api";
import type { Reducer } from "@thi.ng/transducers";
export declare const __combineSet: <T>(rfn: Fn0<Reducer<Iterable<T>, Set<T>>>, op: (a: Set<T>, b: Set<T>, c?: Set<T>) => Set<T>, src?: Iterable<Iterable<T>>) => Set<T> | Reducer<Iterable<T>, Set<T>>;
//# sourceMappingURL=combine.d.ts.map