public min() as Object:
Returns the minimum value of the array.
a = NDArray<Int>.fromList([3, 1, 4]) print(a.min()) # 1