pub unsafe extern "C" fn roaring_bitmap_of(
n: usize,
...
) -> *mut roaring_bitmap_tExpand description
Creates a new bitmap from a list of uint32_t integers
This function is deprecated, use roaring_bitmap_from instead, which
doesn’t require the number of elements to be passed in.
@see roaring_bitmap_from