#include <gtopt/utils.hpp>
IotaRange class
Lightweight replacement for std::views::iota (not available in libc++ 21). Returns a random-access range [first, last) that is compatible with range adaptors such as std::views::reverse and std::views::transform.
Public types
- class iterator