Contents

contains(_:)

Returns a Boolean value that indicates whether the given feature exists in the set.

Declaration

func contains(_ feature: FeatureSet.Feature) -> Bool

Parameters

  • feature:

    A feature to look for in the set.

Return Value

true if member exists in the set; otherwise, false.

See Also

Checking features