/** * @packageDocumentation * @module std */ export interface INegatable { negate(): Ret; }