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