/** * Number `AssociativeIdentity` under multiplication. * * @tsplus static AssociativeIdentity/Ops product */ export const product: AssociativeIdentity = AssociativeIdentity.fromAssociative( 1, Associative.product )