Contents

anyObject

One of the objects in the hash table.

Declaration

var anyObject: ObjectType? { get }

Discussion

One of the objects in the hash table, or nil if the hash table contains no objects.

The object returned is chosen at the hash table’s convenience—the selection is not guaranteed to be random.

See Also

Accessing Content