(append sb s)Appends a string and returns the builder. Use append-char for chars.
Appends a string and returns the builder. Use `append-char` for chars.
(append-char sb c)Appends a char and returns the builder. Use append for strings.
Appends a char and returns the builder. Use `append` for strings.
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 |