pub unsafe extern "C" fn roaring64_bitmap_add_checked(
r: *mut roaring64_bitmap_t,
val: u64,
) -> boolExpand description
Adds the provided value to the bitmap. Returns true if a new value was added, false if the value already existed.
pub unsafe extern "C" fn roaring64_bitmap_add_checked(
r: *mut roaring64_bitmap_t,
val: u64,
) -> boolAdds the provided value to the bitmap. Returns true if a new value was added, false if the value already existed.