Function zigzag_decode

Source
pub fn zigzag_decode(z: u64) -> i64
Expand description

Convert a u64 to an i64 using ZigZag decoding.