Initializer

init(arrayLiteral:)

Creates a vector from the specified elements. あるベクターをこの指定された要素それらから作成します。

Declaration 宣言

init(arrayLiteral scalars: Scalar...)

Parameters パラメータ

scalars

The elements to use in the vector. scalars must have the same number of elements as the vector type. このベクターにおいて使うことになる要素。scalarsは、ベクター型と同じ数の要素を持たなければなりません。