Subtracts other from the current value.
other
void subtract(num other) => value = (value - other) as T;