public static zeros(shape as Tuple) as NDArray<T>:
Creates a new NDArray with zeros from a tuple shape.
a = NDArray<Int>.zeros((2, 2))
A new NDArray filled with 0.