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