Function croaring_sys::roaring64_bitmap_add_checked

source ยท
pub unsafe extern "C" fn roaring64_bitmap_add_checked(
    r: *mut roaring64_bitmap_t,
    val: u64
) -> bool
Expand description

Adds the provided value to the bitmap. Returns true if a new value was added, false if the value already existed.