Required Initializerswift 6.1.2Swift
init
Creates a vector with zero in all lanes.
init() Creates a vector with zero in all lanes.
init() import Swiftprotocol SIMDStorageA type that can function as storage for a SIMD vector type.
associatedtype Scalar : Decodable, Encodable, Hashablevar scalarCount: Int { get }The number of scalars, or elements, in the vector.
subscript(index: Int) -> Self.Scalar { get set } Accesses the element at the specified index.