fn is_prime(p int) bool
is_prime exposes this operation as part of the public API.
fn prime_sieve(range int) ![]int
prime sieve returns a list of primes up the number specified