operator - method

Arithmetic<V> operator -(
  1. ColumnOr<V> value
)

this - value

Implementation

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