(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.
(varint-unsigned n)
Encode n
using ZigZag algorithm.
Encode `n` using ZigZag algorithm.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close