pub const PRIME_TO_INDEX_MAP: [usize; 252];
For any integer i less than or equal to MAX_PRIME, PRIME_TO_INDEX_MAP[i] is the index of i in PRIMES if i is prime; otherwise, it is NOT_A_PRIME.
i
MAX_PRIME
PRIME_TO_INDEX_MAP[i]
PRIMES
NOT_A_PRIME