type OrderedCollection<T>
Shallowly converts this collection to an Array.
toArray(): Array<T>
[Symbol.iterator](): IterableIterator<T>