Skip to main content

lowest_bit

Function lowest_bit 

Source
pub fn lowest_bit(x: u64) -> u64
Expand description

Mask with the lowest set bit. Returns 0 if x == 0.