---
title: "&*=(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd2/&*=(_:_:)-3x42n"
---

# &*=(_:_:)

Updates the left hand side with the pointwise wrapping product of two vectors.

## Declaration

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