some

some is an alias for `cl-some' in `cl.el'.

(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.