vec_calloc

Allocate a vector given # of bits in it. Clear the vector.

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