Instance Method インスタンスメソッド

setSet(_:)

Empties the receiving set, then adds each object contained in another given set. 受け手側の集合を空にします、それから別の与えられた集合に含まれる各オブジェクトを加えます。

Declaration 宣言

func setSet(_ otherSet: Set<AnyHashable>)

Parameters パラメータ

otherSet

The set whose members replace the receiving set's content. それのメンバが受け手側の集合のもつ内容を置き換える集合。

See Also 参照

Combining and recombining sets 集合の結合と再結合