public static full(shape as IList<UInt>, value as T) as NDArray<T>:
Creates a new NDArray filled with a given value.
A new filled NDArray. a = NDArray<Int>.full([2, 3], 7)
a = NDArray<Int>.full([2, 3], 7)