clj-odbp.binary.serialize.varint
varint-signed
(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.
varint-unsigned
(varint-unsigned n)
Encode `n` using ZigZag algorithm.