logic/calculators/calculator.validator library

Typedefs

MatexCalculatorValidator<S> = bool Function(S state)
Defines a function type that takes a MatexCalculatorState object and returns a boolean value. This function is used to validate the state of a calculator.