Performs integer division of this object.
Cell<int> operator ~/(ConstCell<int> other) { return Cell<int>(_val ~/ other._val); }