Collects an iterable into an array.
For iterables that are SizedIterable, the size of the iterable will be used to preallocate the array up front.
the iterable
Collects an iterable into an array.
For iterables that are SizedIterable, the size of the iterable will be used to preallocate the array up front.