diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-15 19:21:45 +0000 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-02-15 19:21:45 +0000 |
| commit | b33e6caba92f8d48aa9cb4a577df6395a30cecc4 (patch) | |
| tree | f005b19865ba24df19387621b2017af1e15df9a6 /doc/macros.md | |
| parent | f3313b3b51c795411a75ec93714110ad1808a8ae (diff) | |
improve set iteration performance
Diffstat (limited to 'doc/macros.md')
| -rw-r--r-- | doc/macros.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/macros.md b/doc/macros.md index 7fa717c..fdced4e 100644 --- a/doc/macros.md +++ b/doc/macros.md @@ -1,4 +1,4 @@ -# Macros.fnl (0.4.0) +# Macros.fnl (0.5.0) Macros for Cljlib that implement various facilities from Clojure. **Table of contents** @@ -589,7 +589,7 @@ If `test` sets `binding` to non-`nil`, evaluates `body` in implicit --- -Copyright (C) 2020 Andrey Orst +Copyright (C) 2020-2021 Andrey Listopadov License: [MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE) |