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

intersect(_:)

Removes from the receiving ordered set each object that isn’t a member of another ordered set. 受け手側の順序集合から別の順序集合のメンバでない各オブジェクトを取り除きます。

Declaration 宣言

func intersect(_ other: NSOrderedSet)

Parameters パラメータ

other

The ordered set with which to perform the intersection. この順序集合との交叉を実行することになります。

See Also 参照

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