Initializerinit(array
init(arrayLiteral:)
Creates an instance initialized with the given elements.
与えられた要素で初期化されるインスタンスを作成します。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 9.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init(arrayLiteral elements: Self.ArrayLiteralElement
...)
Default Implementations 省略時実装
MLShapedArrayProtocol Implementations
MLShapedArrayプロトコル実装
SIMD Implementations SIMD実装
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.
与えられた配列リテラルの要素を含んでいる集合を作成します。
Available when
ArrayLiteralElement
is
Element
.
ArrayLiteralElement
が
Element
である時に利用可能です。