The elements to use as members of the new set. 新しい集合の要素として使うための要素。
Generic Initializer
init(_:)
Creates a new set from a finite sequence of items.
いくつかの要素からなる有限のシーケンスから集合を作成します。
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>(_ sequence: S) where S : Sequence
, AttributedString
.InterpolationOptions
== S.Element
Parameters パラメータ
sequence
Discussion 議論
Use this initializer to create a new set from an existing sequence, like an array or a range: このイニシャライザを使って、新しい集合を既存のシーケンス、配列またはある範囲などから作成してください: