mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
18431b66ce
More slice::partition_point examples After seeing the discussion of `binary_search` vs `partition_point` in #101999, I thought some more example code could be helpful.