module ZigZag

Defined in:

zig_zag.cr

Class Method Summary

Class Method Detail

def self.decode32(int : UInt32) #

[View source]
def self.decode64(int : UInt64) #

[View source]
def self.encode32(int : Int8 | Int16 | Int32) #

[View source]
def self.encode64(int : Int::Signed) #

[View source]