position

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

(position ITEM SEQ [KEYWORD VALUE]...)

Find the first occurrence of ITEM in SEQ.
Return the index of the matching item, or nil if not found.

Keywords supported: :test :test-not :key :start :end :from-end