Function: magit--any

magit--any is a function alias for cl-member-if, defined in cl-seq.el.gz.

Signature

(magit--any PREDICATE LIST [KEYWORD VALUE]...)

Documentation

Find the first item satisfying PREDICATE in LIST.

Return the sublist of LIST whose car matches.

Keywords supported: :key

Aliases

magit--any member-if (obsolete since 27.1)