The Iterable interface defines the basic interface for iterable objects in RSX.
Converts the iterable data into an array.
The backing store of the iterable can be an array, in those cases the implementation could return the internal array directly.
The Iterable interface defines the basic interface for iterable objects in RSX.