Required Associated Typeswift 6.1.2Swift
SIMD32Storage
associatedtype SIMD32Storage : SIMDStorage where Self.SIMD32Storage.Scalar == Self.SIMD4Storage.Scalarassociatedtype SIMD32Storage : SIMDStorage where Self.SIMD32Storage.Scalar == Self.SIMD4Storage.Scalarimport Swiftprotocol SIMDScalar : BitwiseCopyableA type that can be used as an element in a SIMD vector.
protocol SIMDStorageA type that can function as storage for a SIMD vector type.
associatedtype Scalar : Decodable, Encodable, Hashableassociatedtype SIMD4Storage : SIMDStorage where Self.SIMD4Storage.Scalar == Self.SIMD64Storage.Scalarassociatedtype SIMD16Storage : SIMDStorage where Self == Self.SIMD16Storage.Scalar, Self.SIMD16Storage.Scalar == Self.SIMD2Storage.Scalarassociatedtype SIMD2Storage : SIMDStorage where Self.SIMD2Storage.Scalar == Self.SIMD32Storage.Scalarassociatedtype SIMD64Storage : SIMDStorage where Self.SIMD64Storage.Scalar == Self.SIMD8Storage.Scalarassociatedtype SIMD8Storage : SIMDStorageassociatedtype SIMDMaskScalar : FixedWidthInteger, SIMDScalar, SignedInteger where Self.SIMDMaskScalar == Self.SIMDMaskScalar.SIMDMaskScalar