pub unsafe extern "C" fn roaring64_bitmap_copy(
r: *const roaring64_bitmap_t,
) -> *mut roaring64_bitmap_tExpand description
Returns a copy of a bitmap. The returned pointer may be NULL in case of errors.
pub unsafe extern "C" fn roaring64_bitmap_copy(
r: *const roaring64_bitmap_t,
) -> *mut roaring64_bitmap_tReturns a copy of a bitmap. The returned pointer may be NULL in case of errors.