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

intersectSet(_:)

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

Declaration 宣言

func intersectSet(_ other: Set<AnyHashable>)

Parameters パラメータ

other

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

See Also 参照

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