Implementation of std::views::indices, a range adaptor that generates a sequence of integers from 0 to n-1 (P3060).

1 Open Issue Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Update the project README to reflect that the `std::views::indices` implementation has been accepted into C++26, changing the project status to production-ready and stable.

Complexity: 2/5
good first issue help wanted

Implementation of std::views::indices, a range adaptor that generates a sequence of integers from 0 to n-1 (P3060).

Python