public toString() as String:
a = NDArray<Int>.fromList([[1, 2], [3, 4]]) print(a.toString()) # [[1, 2], [3, 4]]