PriorityArray.minIndex

returns index of smallest element ( O(1) )

struct PriorityArray(V, alias _pred = "a < b")
const
size_t
minIndex
()

Meta