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

Slice::select_nth_unstable_by #233

Open danakj opened 1 year ago

danakj commented 1 year ago

This method is not implemented yet. It requires us to implement sorting ourselves, which depends on Iterator::max_by(), min_by() in the Rust impl.