/** * Boolean `AssociativeIdentity` under disjunction. * * @tsplus static AssociativeIdentity/Ops any */ export const any: AssociativeIdentity = AssociativeIdentity.fromAssociative( false, Associative.any )