SyntaxFix
Write A Post
Hire A Developer
Questions
With the Ranges library that is coming in C++20, you can use
ranges::sort(arr);
directly, where arr is a builtin array.
arr