public NDArray(shape as IList<Int>):
Constructs a new NDArray from a read-only shape.
shape
a = NDArray<Int>([3, 4])