xtodo emacs seq
emacs 25
- ** The 'seq' library adds sequence manipulation functions and macros
- that complement basic functions provided by subr.el. All functions
- are prefixed with 'seq-' and work on lists, strings and vectors.
- 'pcase' accepts a new Upattern 'seq'.
- ** The 'map' library provides map-manipulation functions that work on
- alists, hash-table and arrays. All functions are prefixed with
- 'map-'. 'pcase' accepts a new UPattern 'map'.
the following are new in emacs 29, but double check
seq-split
seq-remove-at-position
seq-positions
seq-keep
- 1 match for "seq-" in buffer: NEWS.28
- 3654:** New function 'seq-union'.
- 4 matches in 3 lines for "seq-" in buffer: NEWS.27
- 834:New convenience functions 'seq-first' and 'seq-rest' give easy access
- 837:The new predicate function 'seq-contains-p' should be used instead of
- 838:the now obsolete 'seq-contains'.
- 1 match for "seq-" in buffer: NEWS.26
- 1457:** New function 'seq-set-equal-p' to check if SEQUENCE1 and SEQUENCE2
- 1 match for "seq-" in buffer: NEWS.25
- 1187:are prefixed with 'seq-' and work on lists, strings and vectors.
seq-map
?