Skip to main content

zigzag_decode64

Function zigzag_decode64 

Source
pub const fn zigzag_decode64(value: u64) -> i64
Expand description

Decodes a 64-bit unsigned integer to a 64-bit signed integer using the zigzag encoding.