+=(_:_:)
Adds two values and stores the result in the left-hand-side variable.
Declaration
static func += (lhs: inout Duration, rhs: Duration)Parameters
- lhs:
The first value to add.
- rhs:
The second value to add.
Adds two values and stores the result in the left-hand-side variable.
static func += (lhs: inout Duration, rhs: Duration)The first value to add.
The second value to add.