NOT_A_PRIME

Constant NOT_A_PRIME 

Source
pub const NOT_A_PRIME: usize = 4294967295;
Expand description

A sentinel value. PRIME_TO_INDEX_MAP[i] == NOT_A_PRIME if and only if i is not a prime number.