numPrimes property

int numPrimes

Returns the number of primes that are currently cached.

Implementation

int get numPrimes => _p.length;