dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
vec_calloc
dmd
backend
dvec
Allocate a vector given # of bits in it. Clear the vector.
extern (
C
) nothrow @
nogc
@
safe
@
trusted
vec_t
vec_calloc
(
size_t
numbits
)
Meta
Source
See Implementation
dmd
backend
dvec
functions
vec_and
vec_andass
vec_calloc
vec_clear
vec_clearbit
vec_clearextrabits
vec_clone
vec_copy
vec_dim
vec_disjoint
vec_equal
vec_free
vec_index
vec_init
vec_numBitsSet
vec_numbits
vec_or
vec_orass
vec_println
vec_realloc
vec_recycle
vec_set
vec_setbit
vec_sub
vec_subass
vec_term
vec_testbit
vec_xor
vec_xorass
structs
VecRange
Allocate a vector given # of bits in it. Clear the vector.