PriorityQueue.release

clear the heap and return all elements (unordered!)

struct PriorityQueue(V, alias _pred = "a < b")
release
()

Meta