Storage for a vector of 32 integers.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
Declaration
@frozen @_alignment(16) struct SIMD32Storage
Storage for a vector of 32 integers.
SDK
Framework
@frozen @_alignment(16) struct SIMD32Storage
typealias UInt32 .SIMD32Storage .Scalar
The type of scalars in the vector space.
init()
Creates a vector with zero in all lanes.
var scalar Count: Int
The number of scalars, or elements, in the vector.
static var scalar Count: Int
The number of scalars, or elements, in a vector of this type.
subscript(Int) -> UInt32
Accesses the element at the specified index.