You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since RoaringBitmap::from_lsb0_bytes lets you convert lsb bytes into a RoaringBitmap, it would be helpful to have an API to convert a RoaringBitmap back to lsb bytes. My app uses lsb bytes to communicate with other components, but works with RoaringBitmap internally, so I need to go both ways.