List +Data +array
Constructs an immutable array from a list of initial elements. The list gives the elements of the array in ascending order beginning with the lowest index.
Construct an array from a pair of bounds and a list of values in index order.
Constructs a mutable array from a list of initial elements. The list gives the elements of the array in ascending order beginning with the lowest index.