fn indexOfMax(comptime T: type, slice: []const T) usize
[src]
Returns the index of the largest number in a slice. O(n). slice
must not be empty.
fn indexOfMax(comptime T: type, slice: []const T) usize
Returns the index of the largest number in a slice. O(n). slice
must not be empty.