C-Macro-Collections
                                
                                
                                
                                    C-Macro-Collections copied to clipboard
                            
                            
                            
                        HashBidiMap iterators
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.