Docs.rs
partial_sort-1.0.0
partial_sort 1.0.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sundy-li
Dependencies
criterion ^0.5.1
dev
rand ^0.8.5
dev
Versions
40%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
partial_
sort
1.0.0
partial_sort
Function
partial_sort
Copy item path
Source
pub fn partial_sort<T, F>(v: &mut
[T]
, last:
usize
, is_less: F)
where F:
FnMut
(
&T
,
&T
) ->
bool
,