Transforms an iterable to an array.
// Returns [1, 2, 3]it.array('123') Copy
// Returns [1, 2, 3]it.array('123')
Transforms an iterable to an array.