pub const NOT_A_PRIME: usize = 4294967295;
A sentinel value. PRIME_TO_INDEX_MAP[i] == NOT_A_PRIME if and only if i is not a prime number.
PRIME_TO_INDEX_MAP[i] == NOT_A_PRIME
i