pub unsafe extern "C" fn roaring64_bitmap_remove_many(
r: *mut roaring64_bitmap_t,
n_args: usize,
vals: *const u64,
)Expand description
Remove n_args values from vals, faster than repeatedly calling
roaring64_bitmap_remove()
In order to exploit this optimization, the caller should attempt to keep
values with the same high 48 bits of the value as consecutive elements in
vals.