[][src]Function croaring_sys::ra_append_move_range

pub unsafe extern "C" fn ra_append_move_range(
    ra: *mut roaring_array_t,
    sa: *mut roaring_array_t,
    start_index: i32,
    end_index: i32
)

Move the key-value pairs to ra from sa at indexes [start_index, end_index), old array should not be freed (use ra_clear_without_containers)