Contents

-=(_:_:)

Modifies a column slice by subtracting a value from each element.

Declaration

static func -= (lhs: inout DiscontiguousColumnSlice<WrappedElement>, rhs: WrappedElement) where WrappedElement : AdditiveArithmetic

Parameters

  • lhs:

    A column slice.

  • rhs:

    A value of the same type as the column’s elements.

See Also

Modifying a Column Slice with a Value