Skip to main content

zigzag_decode128

Function zigzag_decode128 

Source
pub const fn zigzag_decode128(value: u128) -> i128
Expand description

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