multiples property
getter/setter pair
Place to store multiples of the multiplicand (e.g. *1, *2, *-1, *-2..)
Implementation
late LogicArray multiples;
Place to store multiples of the multiplicand (e.g. *1, *2, *-1, *-2..)
late LogicArray multiples;