(compress string)Compress a string into bytes.
Compress a string into bytes.
(decompress bytes)Decompress bytes into a new string.
Decompress bytes into a new string.
(drop-last-vec v)Like drop-last but efficiently for vectors.
Like drop-last but efficiently for vectors.
(hex-encode a b)Takes to bytes and hex-encodes them into one ['f', 'f'] => 0xff.
Takes to bytes and hex-encodes them into one ['f', 'f'] => 0xff.
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 |