Contents

values

A collection containing just the values of the dictionary.

Declaration

var values: [xpc_object_t] { get }

Discussion

A collection containing just the values of the dictionary. When iterated over, values appear in this collection in the same order as they occur in the dictionary’s key-value pairs.

See Also

Accessing keys and values