Liking cljdoc? Tell your friends :D

clj-odbp.binary.serialize.varint


varint-signedclj

(varint-signed n)

Return vector of longs (range: 0-255) according to varint encoding. LSB comes first, all bytes except final (MSB) have high bit set indicating more to follow.

Return vector of longs (range: 0-255) according to varint encoding.
LSB comes first, all bytes except final (MSB) have high bit set indicating
more to follow.
sourceraw docstring

varint-unsignedclj

(varint-unsigned n)

Encode n using ZigZag algorithm.

Encode `n` using ZigZag algorithm.
sourceraw docstring

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

× close