PriorityQueue.reserve

Allocate memory for s elements. Does nothing if s < length.

struct PriorityQueue(V, alias _pred = "a < b")
void
reserve
(
size_t s
)

Meta