aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.lisp
diff options
context:
space:
mode:
authorColin Okay <cbeok@protonmail.com>2020-07-08 16:59:57 -0500
committerColin Okay <cbeok@protonmail.com>2020-07-08 16:59:57 -0500
commit505125f0faf8c93a2e9a39148507cd9d21b8f691 (patch)
tree89bc31efbc8bdbe8714fbad5edc53913dea188f3 /package.lisp
parent36ebadc03aba964446e37ae05b72d7f5e7a82389 (diff)
added skip! and skip-while!
Diffstat (limited to 'package.lisp')
-rw-r--r--package.lisp2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.lisp b/package.lisp
index 964b785..5e7c452 100644
--- a/package.lisp
+++ b/package.lisp
@@ -22,6 +22,8 @@
#:concat!
#:zip!
#:merge!
+ #:skip!
+ #:skip-while!
#:iter
#:fold
#:collect