Function gridiron::digits::util::split_u64_to_31b[][src]

pub fn split_u64_to_31b(i: u64) -> (u32, u32)
Expand description

Returns (high, low) where high uses extra bit for carry and low has a cleared 32nd bit