pub unsafe extern "C" fn roaring_bitmap_or_many(
    number: usize,
    x: *mut *const roaring_bitmap_t
) -> *mut roaring_bitmap_t
Expand description

Compute the union of ‘number’ bitmaps. See also roaring_bitmap_or_many_heap. Caller is responsible for freeing the result.