pub fn lbit(x: u64, n: u64) -> Option<u64>
Expand description

Returns the lowest bit that can change a number into a prime, if any.