/** * `Associative` that returns the last max of elements. * * @tsplus static Associative/Ops max */ export function max(O: Ord): Associative { return Associative(O.max) }