StructureSwift
SIMD32Storage
Storage for a vector of 32 integers.
@frozen struct SIMD32Storage
Storage for a vector of 32 integers.
@frozen struct SIMD32Storage
init()
Creates a vector with zero in all lanes.
subscript(Int) -> Int
Accesses the element at the specified index.
static var scalarCount: Int
The number of scalars, or elements, in a vector of this type.
var scalarCount: Int
The number of scalars, or elements, in the vector.