//================================================================ /** * @packageDocumentation * @module std.internal */ //================================================================ export type UnaryPredicator = (val: T) => boolean;