std::ranges::partial_sort_copy
Differential Revision: https://reviews.llvm.org/D130532
Also test all the range algorithms to verify the support. Differential Revision: https://reviews.llvm.org/D129823
- `ranges::make_heap`; - `ranges::push_heap`; - `ranges::pop_heap`; - `ranges::sort_heap`. Differential Revision: https://reviews.llvm.org/D128115