func contains(Self.Element) -> Bool
Returns a Boolean value that indicates whether the given element exists in the set.
与えられた要素が集合の中の存在するかどうかを指し示すブール値を返します。
Availability
Technology
associatedtype Element
func contains(Self.Element) -> Bool