Open
Description
Thank you for this tool. Very useful. I am using it from Java.
For the methods that return a Seq<RTreeEntry>, it would be nice to have corresponding methods that accept an additional Consumer<RTreeEntry> argument and return void.
That would avoid the memory allocation of a large List/Seq when possible. Possible?