seq-some-p

seq-some-p is a compiled Lisp function in `seq.el'.

(seq-some-p PRED SEQ)

Return any element for which (PRED element) is non-nil in SEQ, nil otherwise.