pub unsafe extern "C" fn roaring_bitmap_or_many(
number: usize,
rs: *mut *const roaring_bitmap_t,
) -> *mut roaring_bitmap_tExpand description
Compute the union of ‘number’ bitmaps.
Caller is responsible for freeing the result.
See also roaring_bitmap_or_many_heap()