kbs_resize2

Resize an existing bit set to be capable of holding ni_new integers. Elements in [ni_old,ni_new) are added to the set if fill != 0. Need to clear excess bits when fill!=0 or n_new<n; always is simpler.

@system nothrow @nogc extern (C) pragma(inline, true)
int
kbs_resize2
(,
size_t ni_new
,
int fill
)

Meta