Function: position-if-not
position-if-not is a for cl-position-if-not, defined in
cl-seq.el.gz.
This function is obsolete since 27.1; use cl-position-if-not
instead.
Signature
(position-if-not PREDICATE SEQ [KEYWORD VALUE]...)
Documentation
Find the first item not satisfying PREDICATE in SEQ.
Return the index of the matching item, or nil if not found.
Keywords supported: :key :start :end :from-end
Aliases
position-if-not (obsolete since 27.1)