-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
It's not the first time that I need a function to get element(s) by index in a roaring bitmap.
The main functions that I could have used are;
nth(n: u32) -> u32
=> returns the element at then
positionfirst_n(n: u32) -> RoaringBitmap
=> returns the firstn
elementslast_n(n: u32) -> RoaringBitmap
=> returns the lastn
elements
reneleonhardt
Metadata
Metadata
Assignees
Labels
No labels