/** * @packageDocumentation * @module std.internal */ export type BinaryPredicator = (x: X, y: Y) => boolean;