---
title: "&-=(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd8/&-=(_:_:)-9yk9"
---

# &-=(_:_:)

Updates the left hand side with the wrapping difference of the two vectors.

## Declaration

```swift
static func &-= (a: inout SIMD8<Scalar>, b: SIMD8<Scalar>)
```
