anticipator property
final
Controls whether we anticipate the leading digit change or count leading zeros.
Implementation
final ChoiceConfigKnob<Type> anticipator = ChoiceConfigKnob([
LeadingDigitAnticipate,
LeadingZeroAnticipate,
LeadingZeroAnticipateCarry
], value: LeadingDigitAnticipate);