Implement a function to remove specific indices from a list

This commit is contained in:
2025-02-14 23:22:18 +00:00
parent 334ece1ee7
commit 6a3626d961
2 changed files with 8 additions and 1 deletions

View File

@@ -30,7 +30,8 @@
(:export
:parse-integer*
:range :take :split
:rev-map))
:rev-map
:remove-at-indices))
(defpackage cantedraw.model
(:use :cl :cantedraw.lib.macros :cantedraw.lib.functions)