seq-every-p
seq-every-p is a compiled Lisp function in `seq.el
'.
(seq-every-p PRED SEQ)
Return non-nil if (PRED element) is non-nil for all elements of the sequence SEQ.
seq.el
'.
(seq-every-p PRED SEQ)
Return non-nil if (PRED element) is non-nil for all elements of the sequence SEQ.