init(array: [Any])
Returns a counted set object initialized with the contents of a given array.
与えられた配列の内容で初期化される計数集合オブジェクトを返します。
init(capacity: Int)
Returns a counted set object initialized with enough memory to hold a given number of objects.
与えられた数のオブジェクトを保持するのに十分なメモリで初期化される計数集合オブジェクトを返します。