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

minus(_:)

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

Declaration 宣言

func minus(_ other: NSOrderedSet)

Parameters パラメータ

other

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

See Also 参照

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