Generic Initializer
init(_:)
Creates a new instance of a collection containing the elements of a sequence.
あるシーケンスの要素を含んでいるあるコレクションの新しいインスタンスを作成します。
Required. Default implementation provided.
必須。 省略時の実装の提供。
Technology
- Swift Standard Library
Swift標準ライブラリ
Parameters
パラメータ
elements
The sequence of elements for the new collection. elements
must be finite.
新しいコレクションのための要素からなるシーケンス。elements
は有限でなければなりません。
Default Implementations
省略時実装
RangeReplaceableCollection Implementations
init<S>(S)
Creates a new instance of a collection containing the elements of a sequence.
あるシーケンスの要素を含んでいるあるコレクションの新しいインスタンスを作成します。