Array.fromList(Iterable<int> list, GetView<T> getView) : this._fromList(allocate<T>(count: list.length), list, getView);