Vec.resize

Resizes a buffer to hold askedSize elements.

struct Vec(T)
nothrow @nogc public
void
resize
(
size_t askedSize
)

Meta