Contents

setValue(_:forKey:)

Invokes setValue:forKey: on each of the set’s members.

Declaration

func setValue(_ value: Any?, forKey key: String)

Parameters

  • value:

    The value for the property identified by key.

  • key:

    The name of one of the properties of the set’s members.

See Also

Comparing Sets