[Array->InsertFrom]
Array
Member
Preferred
8.0
[Array->InsertFrom] inserts values into the end of the array from an iterator. Each element returned by the iterator is inserted into the array in order until the iterator is exhausted.
[Array->(InsertFrom: Array->Iterator)]