diff options
author | Colin Okay <cbeok@protonmail.com> | 2020-07-10 08:27:18 -0500 |
---|---|---|
committer | Colin Okay <cbeok@protonmail.com> | 2020-07-10 08:27:18 -0500 |
commit | 16c69a69e0c754d77623f82047a8e0b90a569238 (patch) | |
tree | 2a066096faf6ddaccd36105a4c4f791252bb5646 /package.lisp | |
parent | 674824f91bf30c31086a069ce55a0d98ff279d6d (diff) |
export indexed!. readme tweaks
Diffstat (limited to 'package.lisp')
-rw-r--r-- | package.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp index a591b87..1923e2e 100644 --- a/package.lisp +++ b/package.lisp @@ -20,6 +20,7 @@ #:inflate! #:concat! #:zip! + #:indexed! #:merge! #:skip! #:skip-while! |