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.
An array containing the set’s members, or an empty array if the set has no members.
var allObjects: [Any] { get }The order of the objects in the array is undefined.