h1. Enumerable
Input iterator for C++ using notations more like Ruby or Python. It allows creating new Enumerables easily (much more that creating C++ iterators), and to combine them easily.
See tests/test_range.cc for example of code.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
h1. Enumerable
Input iterator for C++ using notations more like Ruby or Python. It allows creating new Enumerables easily (much more that creating C++ iterators), and to combine them easily.
See tests/test_range.cc for example of code.