seq
- Description
- Sequence manipulation functions
- Latest
- seq-2.24.tar (.sig), 2024-Mar-31, 70.0 KiB
- Maintainer
- <emacs-devel@gnu.org>
- Atom feed
- seq.xml
- Website
- https://elpa.gnu.org/packages/seq.html
- Browse repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install
or list-packages
.
Full description
Sequence-manipulation functions that complement basic functions provided by subr.el. All functions are prefixed with "seq-". All provided functions work on lists, strings and vectors. Functions taking a predicate or iterating over a sequence using a function as argument take the function as their first argument and the sequence as their second argument. All other functions take the sequence as their first argument. seq.el can be extended to support new type of sequences. Here are the generic functions that must be implemented by new seq types: - `seq-elt' - `seq-length' - `seq-do' - `seqp' - `seq-subseq' - `seq-into-sequence' - `seq-copy' - `seq-into'
Old versions
seq-2.23.tar.lz | 2021-Sep-25 | 9.28 KiB |
seq-2.22.tar.lz | 2020-Sep-04 | 10.1 KiB |
seq-2.20.tar.lz | 2017-May-04 | 9.72 KiB |
seq-2.19.tar.lz | 2016-Oct-28 | 9.33 KiB |
seq-2.16.tar.lz | 2016-Jun-12 | 9.01 KiB |
seq-2.15.tar.lz | 2016-Mar-31 | 8.94 KiB |
seq-2.14.tar.lz | 2016-Mar-29 | 8.91 KiB |
seq-2.13.tar.lz | 2016-Mar-26 | 8.76 KiB |
seq-1.11.el.lz | 2015-Oct-20 | 4.58 KiB |
seq-1.9.el.lz | 2015-Sep-19 | 4.53 KiB |
seq-1.8.el.lz | 2015-Jul-10 | 4.40 KiB |
seq-1.7.el.lz | 2015-May-16 | 4.34 KiB |
seq-1.5.el.lz | 2015-Apr-28 | 3.64 KiB |
seq-1.4.el.lz | 2015-Apr-15 | 3.60 KiB |
seq-1.3.el.lz | 2015-Mar-10 | 3.34 KiB |
seq-1.2.el.lz | 2015-Feb-12 | 3.32 KiB |
seq-1.1.1.el.lz | 2015-Feb-10 | 3.19 KiB |
seq-1.1.el.lz | 2015-Feb-07 | 3.19 KiB |
seq-1.0.el.lz | 2015-Jan-15 | 2.78 KiB |