---
title: "&+(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd2/&+(_:_:)-3ds74"
---

# &+(_:_:)

The wrapping sum of two vectors.

## Declaration

```swift
static func &+ (a: SIMD2<Scalar>, b: SIMD2<Scalar>) -> SIMD2<Scalar>
```
