[][src]Function croaring_sys::roaring_bitmap_remove_checked

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

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