Required Operatorswift 6.0.1Swift

    +=(_:_:)

    Adds two values and stores the result in the left-hand-side variable, rounded to a representable value.

    override static func += (lhs: inout Self, rhs: Self)

    Parameters

    lhs

    The first value to add.

    rhs

    The second value to add.

    Restates

    Other requirements

    Type members

    Instance members