Replace core::SRange
with std::span
and other templated usages with std::view
concept template
#483
Labels
enhancement
New feature or request
Description
Continuation of the suggestion in PR #470
Solution proposal
As per the title.
Additional context
After WASM/Emscripten compilation, don't want to use too many C++20 or C++23 features without knowing they work with WASM.
The text was updated successfully, but these errors were encountered: