cl-find
cl-find is an autoloaded compiled Lisp function in `cl-seq.el
'.
(cl-find ITEM SEQ [KEYWORD VALUE]...)
Find the first occurrence of ITEM in SEQ.
Return the matching ITEM, or nil if not found.
Keywords supported: :test :test-not :key :start :end :from-end