Protobuf ZigZag decoding.
Decodes varint and consumes given bytes.
Reverts a given zigzag-encoded ((n << 1) ^ (n >> (T.sizeof * 8 - 1))) unsigned value to signed.
See Source File
Protobuf ZigZag decoding.