init<S>(S)
Creates a new set from a finite sequence of items.
いくつかの要素からなる有限のシーケンスから集合を作成します。
Availability
Technology
sequence
The elements to use as members of the new set. 新しい集合の要素として使うための要素。
Use this initializer to create a new set from an existing sequence, like an array or a range: このイニシャライザを使って、新しい集合を既存のシーケンス、配列またはある範囲などから作成してください:
init<S>(S)