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

minus(_:)

Removes each object in another given set from the receiving set, if present. 別の与えられた集合の中の各オブジェクトを受け手側の集合から取り除きます、もし存在するならば。

Declaration 宣言

func minus(_ otherSet: Set<AnyHashable>)

Parameters パラメータ

otherSet

The set of objects to remove from the receiving set. 受け手側の集合から取り除くオブジェクトからなる集合。

See Also 参照

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

Related Documentation 関連文書