/** * Boolean `AssociativeIdentity` under conjunction. * * @tsplus static AssociativeIdentity/Ops all */ export const all: AssociativeIdentity = AssociativeIdentity.fromAssociative( true, Associative.all )