This commit is contained in:
Florian Schroedl 2024-10-02 11:33:14 +02:00
parent 0ffcda404b
commit a235327c3e
1 changed files with 0 additions and 4 deletions

View File

@ -16,10 +16,6 @@
[cljs.analyzer.api :as aapi]
[cuerdas.core :as str]))
(defmacro legacy
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
[& body] `(do ~@body))
(defmacro select-keys
"A macro version of `select-keys`. Useful when keys vector is known
at compile time (aprox 600% performance boost).