diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-07-22 22:35:49 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-07-22 22:40:04 +0300 |
| commit | 859cf1388770f65d31002d3667977d6760c2e092 (patch) | |
| tree | a5dcc420cc64154c7bc482bfc6370ac8d275fbd4 /doc/cljlib.md | |
| parent | cc82dd57c87e19439f851c2bfd66834f70276bb8 (diff) | |
release: v0.5.4
Diffstat (limited to 'doc/cljlib.md')
| -rw-r--r-- | doc/cljlib.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/cljlib.md b/doc/cljlib.md index 9d23746..6d7acc1 100644 --- a/doc/cljlib.md +++ b/doc/cljlib.md @@ -1,4 +1,4 @@ -# Cljlib (v0.5.3) +# Cljlib (v0.5.4) Fennel-cljlib - functions from Clojure's core.clj implemented on top of Fennel. @@ -935,6 +935,7 @@ Returns the nth rest of `col`, `col` when `n` is 0. (assert-eq (nthrest [1 2 3 4] 0) [1 2 3 4]) ``` + ## `partition` Function signature: @@ -1258,5 +1259,5 @@ Copyright (C) 2020-2021 Andrey Listopadov License: [MIT](https://gitlab.com/andreyorst/fennel-cljlib/-/raw/master/LICENSE) -<!-- Generated with Fenneldoc v0.1.5 +<!-- Generated with Fenneldoc v0.1.6 https://gitlab.com/andreyorst/fenneldoc --> |