btree.c icon indicating copy to clipboard operation
btree.c copied to clipboard

C++ style "iterators" - is it possible?

Open vitalif opened this issue 3 years ago • 0 comments

Hi, can you implement something similar to C++ style iterators? I was searching for a btree_map library with dynamically sized item support and your library is the only one I've found up until now. :-) However, iterating via a callback doesn't seem too convenient...

vitalif avatar Nov 23 '20 18:11 vitalif