*=(_:_:)
Modifies a column slice by multiplying each element in the column by the corresponding value in a collection.
Declaration
static func *= <C>(lhs: inout DiscontiguousColumnSlice<WrappedElement>, rhs: C) where WrappedElement : Numeric, WrappedElement == C.Element, C : CollectionParameters
- lhs:
A column.
- rhs:
A collection that contains elements of the same type as the column’s elements.