Function: position

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

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