The sequence of elements for the new collection. 新しいコレクションのための要素からなるシーケンス。
Generic Initializer
init(_:)
Creates a new instance of a collection containing the elements of a sequence.
あるシーケンスの要素を含んでいるあるコレクションの新しいインスタンスを作成します。
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init<S>(_ elements: S) where S : Sequence
, UnicodeScalar
== S.Element
Parameters パラメータ
elements