seq-contains-p
seq-contains-p is a compiled Lisp function in `seq.el
'.
(seq-contains-p SEQ ELT &optional TESTFN)
Return the first element in SEQ that equals to ELT.
Equality is defined by TESTFN if non-nil or by `equal' if nil.
seq.el
'.
(seq-contains-p SEQ ELT &optional TESTFN)
Return the first element in SEQ that equals to ELT.
Equality is defined by TESTFN if non-nil or by `equal' if nil.