pub unsafe extern "C" fn roaring64_bitmap_or(
r1: *const roaring64_bitmap_t,
r2: *const roaring64_bitmap_t,
) -> *mut roaring64_bitmap_tExpand description
Computes the union between two bitmaps and returns new bitmap. The caller is responsible for free-ing the result.