Skip to main content

zigzag_encode64

Function zigzag_encode64 

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

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