Cyclic iterators and cyclic range views (#119)
Add cyclic iterators and cyclic range view. Cyclic iterators wrap around when the reach the end of the underlying range over which they are defined.
src/util/cycle.hpp
0 → 100644
tests/unit/test_cycle.cpp
0 → 100644
Please register or sign in to comment