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