Queue.reserve

make sure this structure can contain given number of elements without further allocs

struct Queue(V)
nothrow @trusted
void
reserve
(
size_t newCap
,
bool overEstimate = false
)

Meta