contains(_:)
Returns a Boolean value that indicates whether the given element exists in the set.
Declaration
func contains(_ element: MarkupOrderedSet.Element) -> BoolParameters
- element:
An element to look for in the set.
Return Value
true if member exists in the set; otherwise, false.