Vec.resize

Resizes a buffer to hold askedSize elements.

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

Meta