Function: seq-contains
seq-contains is a byte-compiled function defined in transient.el.
This function is obsolete since 27.1; use seq-contains-p instead.
Signature
(seq-contains SEQUENCE ELT &optional TESTFN)
Documentation
Return the first element in SEQUENCE that is "equal" to ELT.
"Equality" is defined by the function TESTFN, which defaults to equal.
Probably introduced at or before Emacs version 27.1.
Implementations
(sequence elt &optional testfn) in `seq-25.el'.
Undocumented
Source Code
;; Defined in ~/.emacs.d/elpa/transient-20260414.1009/transient.el
;; Could not find source code, showing raw function object.
#[770 "\300\301\302#\"\207"
[seq-some make-closure
#[257 "\301\206\302\300\"\205\f\211\207"
[V0 V1 equal]
4 "\n\n(fn E)"]]
8 "\n\n(fn SEQUENCE ELT &optional TESTFN)"]