[][src]Function croaring_sys::ra_shift_tail

pub unsafe extern "C" fn ra_shift_tail(
    ra: *mut roaring_array_t,
    count: i32,
    distance: i32
)

Shifts rightmost $count containers to the left (distance < 0) or to the right (distance > 0). Allocates memory if necessary. This function doesn't free or create new containers. Caller is responsible for that.