pub fn reverse_bits_32(n: u32) -> u32
Expand description

The bits of an integer quantity can be efficiently reversed with a series of logical bit operations.