Skip Navigation
Global Nav Open Menu
Global Nav Close Menu
Apple Developer
Search Developer
Cancel
Apple Developer
Discover
Design
Develop
Distribute
Support
Account
Documentation
Open Menu
Close Menu
Swift
Swift Standard Library
Numbers and Basic Values
SIMD Vector Types
⋯
Swift
Swift Standard Library
Numbers and Basic Values
SIMD Vector Types
SIMD32
|=(_:_:)
Language:
Swift
API Changes:
None
Operator
|=(_:
_:)
No overview available.
SDK
Xcode 10.2+
Framework
Swift Standard Library
Declaration
static
func
|=
(
lhs
:
inout
SIMD32
<Scalar>,
rhs
:
SIMD32
<Scalar>)
Available when
Scalar
conforms to
Fixed
Width
Integer
.