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

minusSet(_:)

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

Declaration 宣言

func minusSet(_ other: Set<AnyHashable>)

Parameters パラメータ

other

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

See Also 参照

Combining and Recombining Entries 登録項目の結合と再結合