seq

Description
Sequence manipulation functions
Latest
seq-2.24.0.20240201.135317.tar (.sig), 2024-Feb-01, 70.0 KiB
Maintainer
<emacs-devel@gnu.org>
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.24.0.20230904.183335.tar.lz2023-Sep-0410.4 KiB
seq-2.23.0.20221221.82021.tar.lz2022-Dec-219.33 KiB
seq-2.23.0.20210925.195432.tar.lz2021-Sep-259.29 KiB
seq-2.22.0.20201201.220543.tar.lz2020-Dec-149.06 KiB