Initializer

init(arrayLiteral:)

Creates an instance initialized with the given elements.

Required. Default implementations provided.

Declaration

init(arrayLiteral elements: Self.ArrayLiteralElement...)

Default Implementations

SIMD Implementations

init(arrayLiteral: Self.Scalar...)

Creates a vector from the specified elements.

SetAlgebra Implementations

init(arrayLiteral: Self.Element...)

Creates a set containing the elements of the given array literal.