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
views::as_const, ranges::cbegin, const_iterator are enough ways to produce a constant iterator already.
Adding member functions producing const_iterator does no seem more justified than member functions producing any other view adaptor, and the cases where an iterator is needed should be rare as ranges gets more widely adopted.
Please consider removing span::cbegin/cend, and view_interface::cbegin/cend.