pub fn unpack_interval(packed: u64) -> (i64, i64)Expand description
Inverse of pack_interval (sign-extends each 32-bit half back to i64).
pub fn unpack_interval(packed: u64) -> (i64, i64)Inverse of pack_interval (sign-extends each 32-bit half back to i64).