fn min(comptime T: type, slice: []const T) T
Returns the smallest number in a slice. O(n). slice must not be empty.
slice
T: type,
slice: []const T,