Liking cljdoc? Tell your friends :D

io.torsten.hexcompress


compressclj

(compress string)

Compress a string into bytes.

Compress a string into bytes.
sourceraw docstring

decompressclj

(decompress bytes)

Decompress bytes into a new string.

Decompress bytes into a new string.
sourceraw docstring

drop-last-vecclj

(drop-last-vec v)

Like drop-last but efficiently for vectors.

Like drop-last but efficiently for vectors.
sourceraw docstring

hex-bytesclj

source

hex-encodeclj

(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.
sourceraw docstring

printable-asciiclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close