Contents

+=(_:_:)

Modifies a column by adding a value to each element.

Declaration

static func += (lhs: inout Column<WrappedElement>, rhs: WrappedElement) where WrappedElement : AdditiveArithmetic

Parameters

  • lhs:

    A column.

  • rhs:

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

See Also

Modifying a Column with a Value