chromium / subspace

A concept-centered standard library for C++20, enabling safer and more reliable products and a more modern feel for C++ code.; Also home of Subdoc the code-documentation generator.
https://suslib.cc
Apache License 2.0
89 stars 15 forks source link

Mark Slice and SliceMut as O(1) to construct via std::ranges::enable_view #452

Open danakj opened 9 months ago

danakj commented 9 months ago

https://en.cppreference.com/w/cpp/ranges/view

cc: @pkasting