Performs integer division by other.
other
void intDivide(num other) => value = (value ~/ other) as T;