Skip to main content

get_msb

Function get_msb 

Source
pub const fn get_msb(a: u64) -> u8
Expand description

Calculate the most significant bit of the given 64-bit integer a, and returns it as a u8.