anticipator property

ChoiceConfigKnob<Type> anticipator
final

Controls whether we anticipate the leading digit change or count leading zeros.

Implementation

final ChoiceConfigKnob<Type> anticipator = ChoiceConfigKnob([
  LeadingDigitAnticipate,
  LeadingZeroAnticipate,
  LeadingZeroAnticipateCarry
], value: LeadingDigitAnticipate);