Clément Renault
Clément Renault
Hey @lemolatoon 👋 Would you mind rebasing on main, please? I just merged #295. Have a nice one 🐿️
Hey @llogiq 👋 Happy to see you there. Unfortunately, there is no direct operation to do the following. What I would do is create a second bitmap with numbers in...
Hey @mherzl, @Dr-Emann 👋 Thank you for your PR and feedback on this. I would like to know if dropping the `size_hint` of the iterator could mix both #287 and...
Hey @mherzl 👋 We just merged #295 and #292. Would you mind rebasing on the main and applying the @Dr-Emann proposal? 🙂 Have a nice end of the week 🌵
Hey @grelner 👋 I am wondering if it would be better to implement a new method directly on the RoaringBitmap iterator instead of having another iterator constructor. The method signature...
@grelner, do you plan to implement it and propose a PR? I will be happy to review one and you should probably start without the trait, we can introduce it...
Hey @grelner 👋 You should take inspiration from [the `SkipWhile` iterator combinator](https://doc.rust-lang.org/stable/std/iter/struct.SkipWhile.html) and as you can see you it doesn't support `DoubleEndedIterator`.
Hey @grelner 👋 After thinking a little bit more about this issue I am wondering if implementing a non-lazy `advance_to` method couldn't be easier, indeed. Like you just remove the...
> This doesn't seem to exist - I'm happy to contribute an implementation, unless there a reason why this is not implemented already that I'm unaware of. Would you be...
[It should warn about private items](https://doc.rust-lang.org/rustdoc/lints.html#private_intra_doc_links)' exposure from public functions... so. Or maybe we don't run the correct cargo doc command to see it?