blob: 7afa8494fb7af19a7f83d803cbe18f8bb18f86cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# list.el
Functions for working with lists in Elisp.
## Wish List
Here are some additional functions that I'd like to support.
- **TODO**: delete_at/2
- **TODO**: flatten/1
- **TODO**: flatten/2
- **TODO**: foldl/3
- **TODO**: foldr/3
- **TODO**: insert_at/3
- **TODO**: pop_at/3
- **TODO**: replace_at/3
- **TODO**: starts_with?/2
- **TODO**: update_at/3
- **TODO**: zip/1
|