The sequence of elements for the new collection. elements
must be finite.
新しいコレクションのための要素からなるシーケンス。elements
は有限でなければなりません。
Generic Initializer
init(_:)
Creates a new instance of a collection containing the elements of a sequence.
あるシーケンスの要素を含んでいるあるコレクションの新しいインスタンスを作成します。
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 宣言
Parameters パラメータ
elements
Discussion 解説
Note 注意
This documentation comment was inherited from Range
.
この文書化コメントは、Range
から引き継がれました。