Threshold

it.grypho.scala.leonardo.core.GcdPolicy.Threshold
final case class Threshold(maxBits: Int)

Reduce only once an operand grows past maxBits bits — the middle policy, and in production rational libraries usually the one that wins.

Value parameters

maxBits

bit-length above which either term triggers a reduction

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product