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