Skip to main content

zigzag_decode32

Function zigzag_decode32 

Source
pub const fn zigzag_decode32(value: u32) -> i32
Expand description

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