Array.reserve

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

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

Meta