vec_recycle

Recycle a vector v to a new size numbits, clear all bits. Re-uses original if possible.

extern (C) nothrow @nogc @safe
void
vec_recycle
(
ref vec_t v
,
size_t numbits
)
Suggestion Box / Bug Report