module VarInt::MSB

Defined in:

varint/msb.cr

Class Method Summary

Class Method Detail

def self.decode_unsigned(bytes : Bytes) #

[View source]
def self.decode_unsigned(io : IO) : Tuple(UInt64, UInt32) #

[View source]
def self.decode_unsigned_bigint(io : IO) : Tuple(BigInt, UInt32) #

[View source]
def self.encode_unsigned(i) #

[View source]