func intersect(NSOrderedSet)
Removes from the receiving ordered set each object that isn’t a member of another ordered set.
受け手側の順序集合から別の順序集合のメンバでない各オブジェクトを取り除きます。
func intersectSet (Set<AnyHashable>)
Removes from the receiving ordered set each object that isn’t a member of another set.
受け手側の順序集合から別の集合のメンバでない各オブジェクトを取り除きます。
func minus(NSOrderedSet)
Removes each object in another given ordered set from the receiving mutable ordered set, if present.
別の与えられた順序集合の中の各オブジェクトを受け手側の可変の順序集合から取り除きます、もし存在するならば。
func union(NSOrderedSet)
Adds each object in another given ordered set to the receiving mutable ordered set, if not present.
別の与えられた順序集合の中の各オブジェクトを受け手側の可変の順序集合に加えます、もし存在しないならば。
func unionSet (Set<AnyHashable>)
Adds each object in another given set to the receiving mutable ordered set, if not present.
別の与えられた集合の中の各オブジェクトを受け手側の可変の順序集合に加えます、もし存在しないならば。