(increment count)increment string representation
(increment 1) = "A"
(increment "1") => "2"
increment string representation (increment 1) = "A" (increment "1") => "2"
(link-numbers interim name)creates numbers for each of the elements in the list
creates numbers for each of the elements in the list
(link-numbers-loop elements auto-number)(link-numbers-loop [{:keys [type origin] :as ele} & more :as elements]
auto-number
{:keys [chapter section subsection subsubsection code image
equation citation]
:as counter}
output)iterates and assigns sequential numbers to elements, used as a helper for link-numbers
iterates and assigns sequential numbers to elements, used as a helper for `link-numbers`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |