C-Macro-Collections icon indicating copy to clipboard operation
C-Macro-Collections copied to clipboard

HashBidiMap iterators

Open LeoVen opened this issue 5 years ago • 0 comments

HashBidiMap iterators are still not implemented properly. Currently you can only iterate over the keys. Decide whether:

  • [ ] One iterator containing both IterKey and IterVal
  • [ ] Separate iterators for IterKey and IterVal*

See which approach is most compatible with CMC_FOREACH and have a similar look to the other iterators.

LeoVen avatar Jun 24 '20 02:06 LeoVen