Rmq.Sminimum_index min_array t ~i ~len returns the index j in the range i, i+len-1 of min_array, such that the element at position j is the minimum over that range (according to the comparison function provided by min_array). The preprocessed t argument must have been created from the same unmodified min_array, otherwise the results are unspecified.