Function croaring_sys::roaring_bitmap_remove_checked

source ยท
pub unsafe extern "C" fn roaring_bitmap_remove_checked(
    r: *mut roaring_bitmap_t,
    x: u32
) -> bool
Expand description

Remove value x Returns true if a new value was removed, false if the value was not existing.