The elements to use in the vector. scalars
must have the same number of elements as the vector type.
このベクターにおいて使うことになる要素。scalars
は、ベクター型と同じ数の要素を持たなければなりません。
Initializerinit(array
init(arrayLiteral:)
Creates a vector from the specified elements.
あるベクターをこの指定された要素それらから作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(arrayLiteral scalars: Bool
...)
Parameters パラメータ
scalars