Open Issues Need Help
View All on GitHubAI 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