---
title: "&-=(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd32/&-=(_:_:)-nlqy"
---

# &-=(_:_:)

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

## Declaration

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