/** * Boolean `Associative` under conjunction. * * @tsplus static Associative/Ops all */ export const all: Associative = Associative((x, y) => x && y)