Contents

allObjects

An array containing the set’s members, or an empty array if the set has no members.

Declaration

var allObjects: [Any] { get }

Discussion

The order of the objects in the array is undefined.

See Also

Accessing Set Members