FastFactors

case class FastFactors(var arr: Array[FastFactor])

This class simply wraps an Array[FastFactor]. Its only real purpose is to allow us to lazily initialize our fast factors (which we can only do after constructing our first sieve segment).

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product