substract static method
Subtraction operation
Implementation
@Deprecated('Use subtract instead')
static ValuableNumOperation<num> substract(
Valuable<num> operand1,
Valuable<num> operand2,
) => subtract(operand1, operand2);
Subtraction operation
@Deprecated('Use subtract instead')
static ValuableNumOperation<num> substract(
Valuable<num> operand1,
Valuable<num> operand2,
) => subtract(operand1, operand2);