public static eye(size as Int) as NDArray<T>:
Creates a new NDArray with ones on the diagonal and zeros elsewhere.
size
A new identity matrix.
arr = NDArray<Int>.eye(3)