pub unsafe extern "C" fn roaring_bitmap_remove_run_compression(
    r: *mut roaring_bitmap_t
) -> bool
Expand description

Remove run-length encoding even when it is more space efficient. Return whether a change was applied.