/=(_:_:)
Modifies a floating-point column slice by dividing each element in the column by the corresponding optional value in a collection.
Declaration
static func /= <C>(lhs: inout ColumnSlice<WrappedElement>, rhs: C) where WrappedElement : FloatingPoint, C : Collection, C.Element == WrappedElement?Parameters
- lhs:
A column.
- rhs:
A collection that contains elements of the same type as the column’s elements.