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