seq-filter
seq-filter is a compiled Lisp function in `seq.el
'.
(seq-filter PRED SEQ)
Return a list of all the elements for which (PRED element) is non-nil in SEQ.
seq.el
'.
(seq-filter PRED SEQ)
Return a list of all the elements for which (PRED element) is non-nil in SEQ.