PriorityArray.min

returns smallest element ( O(1) )

struct PriorityArray(V)
ref const
const(V)
min
()

Meta