C++17 single-header library providing zero-cost iterator and range utilities

EasyIterator is a C++17 single-header library that provides iterator generators and combinators (range, zip, enumerate) and helpers for defining custom iterators. It targets zero-cost abstractions that preserve compiler optimizations. Suited for C++ applications that need concise iteration constructs, algorithm prototyping, or performance comparisons.
0