You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite great new additions to the set of views available to c++23, a very fundamental facility, the ability to get an indexed range of value is missing.
This often forces to use a raw loop, and the combination of zip + iota is not always correct and is more cumbersome that it should be for such a ubiquitous primitive.
Please consider adopting P2164 views::enumerate in C++23.