primes property

Iterable<int> primes

Returns an Iterable of all primes up to and including max.

Implementation

Iterable<int> get primes;