Open Instance Methodswift 6.0.3Foundation

objects(at:)

Returns an array with the objects at the specified indexes in the ordered set.

func objects(at indexes: IndexSet) -> [Any]

Parameters

indexes

The indexes.

Returns

An array of objects in the ascending order of their indexes in indexes.