Function roaring64_bitmap_add

Source
pub unsafe extern "C" fn roaring64_bitmap_add(
    r: *mut roaring64_bitmap_t,
    val: u64,
)
Expand description

Adds the provided value to the bitmap.