PriorityQueue.capacity

number of elements this structure can hold without further allocations

struct PriorityQueue(V, alias _pred = "a < b")
const pure nothrow @property @safe
size_t
capacity
()

Meta