pub fn mask(x: u64, n: u64) -> u64
Expand description

Computes the mask for a number that tells which bit can be flipped to change it into a prime.