Open Issues Need Help
View All on GitHub Paper was accepted for c++26 in Sofia - update readme 11 months ago
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