Encode a signed value into a VarInt-encoded series of bytes
This function is useful for encode int32 and int64 value types (Do not confuse it with signed values encoded by ZigZag!)
output range
The value to encode
The created VarInt
See Implementation
Encode a signed value into a VarInt-encoded series of bytes
This function is useful for encode int32 and int64 value types (Do not confuse it with signed values encoded by ZigZag!)