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

Add value x Returns true if a new value was added, false if the value already existed.