Function croaring_sys::extend_array

source ·
pub unsafe extern "C" fn extend_array(
    ra: *mut roaring_array_t,
    k: i32
) -> bool
Expand description

If needed, increase the capacity of the array so that it can fit k values (at least);