Documentation Language: Swift

Method

isSet(name:)

Checks whether a feature has been explicitly set by name.

func isSet(name: String) -> Bool

Parameters

name

The name of the feature to check.

Return Value

true if the feature has been set, false otherwise.