[][src]Function croaring_sys::bitset_container_from_run_range

pub unsafe extern "C" fn bitset_container_from_run_range(
    run: *const run_container_t,
    min: u32,
    max: u32
) -> *mut bitset_container_t

Create new bitset container which is a union of run container and range [min, max]. Caller is responsible for freeing run container.