vec_realloc

Realloc a vector to have numbits bits in it. Extra bits are set to 0.

extern (C) nothrow @nogc @safe @trusted
vec_t
vec_realloc
(
vec_t v
,
size_t numbits
)
Suggestion Box / Bug Report