cl-some
cl-some is an autoloaded compiled Lisp function in `cl-extra.el
'.
(cl-some PREDICATE SEQ...)
Return true if PREDICATE is true of any element of SEQ or SEQs.
If so, return the true (non-nil) value returned by PREDICATE.
cl-extra.el
'.
(cl-some PREDICATE SEQ...)
Return true if PREDICATE is true of any element of SEQ or SEQs.
If so, return the true (non-nil) value returned by PREDICATE.