Skip to main content

zigzag_encode128

Function zigzag_encode128 

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

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