pub unsafe extern "C" fn ra_init_with_capacity(
    new_ra: *mut roaring_array_t,
    cap: u32
) -> bool
Expand description

Initialize an existing roaring array with the specified capacity (in number of containers)