/** * Number `Associative` under addition. * * @tsplus static Associative/Ops sum */ export const sum: Associative = Associative((x, y) => x + y)