operator - method
this - value
Implementation
Arithmetic<V> operator -(ColumnOr<V> value) =>
Arithmetic<V>(this, ArithmeticOperator.subtract, operand(value));
this - value
Arithmetic<V> operator -(ColumnOr<V> value) =>
Arithmetic<V>(this, ArithmeticOperator.subtract, operand(value));