-=(_:_:)
Modifies a column by subtracting a value from each element.
Declaration
static func -= (lhs: inout Column<WrappedElement>, rhs: WrappedElement) where WrappedElement : AdditiveArithmeticParameters
- lhs:
A column.
- rhs:
A value of the same type as the column’s elements.