func intersects(Set<AnyHashable>) -> Bool
Returns a Boolean value that indicates whether at least one object in the receiving set is also present in another given set.
あるブール値を返します、それは受け手側の集合の中の少なくとも1つのオブジェクトが別の与えられた集合の中にも存在するかどうかを指し示します。
func isEqual (to: Set<AnyHashable>) -> Bool
Compares the receiving set to another set.
受け手側の集合を別の集合と比較します。
func value(forKey : String) -> Any
Return a set containing the results of invoking
valueForKey:
on each of the receiving set's members.
ある集合を返します、valueForKey:
を受け手側の集合のもつメンバのそれぞれで発動する結果を含んでいます。
func setValue (Any?, forKey : String)
Invokes
setValue:forKey:
on each of the set’s members.
setValue:forKey:
を集合のもつメンバのそれぞれで発動します。