TheMaverickProgrammer/C-Python-like-Iterators
Using modern C++ and templates, provides a function `enumerate` that easily returns key-value pairs as seen in the Python programming language.
C++MIT
Using modern C++ and templates, provides a function `enumerate` that easily returns key-value pairs as seen in the Python programming language.
C++MIT