PriorityArray.min

returns smallest element ( O(1) )

struct PriorityArray(V, alias _pred = "a < b")
ref const
const(V)
min
()

Meta