Update the from_sorter_iter
method to return an option
#103
Labels
breaking
This change will require a bump of the minor or major version.
bug
good first issue
Good for newcomers
We recently updated the
RoaringBitmap::push
method to make it panic-free but we forgot about theRoaringBitmap::from_sorted_iter
method, it was previously panicking but it is now ignoring unsorted insertions.The text was updated successfully, but these errors were encountered: