Docs.rs
algorithm-0.1.18
algorithm 0.1.18
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
tickbh
Dependencies
algorithm-macro ^0.1
normal
hashbrown ^0.15.2
normal
lazy_static ^1.5.0
normal
log ^0.4.26
normal
libc ^0.2.169
dev
rand ^0.8.5
dev
slab ^0.4.9
dev
Versions
42.86%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
algorithm
0.1.18
In algorithm::
quadsort
algorithm
::
quadsort
Function
tail_swap
Copy item path
Source
pub fn tail_swap<T, F>(src: &mut
[T]
, swap: &mut
[T]
, is_less:
&F
)
where F:
Fn
(
&T
,
&T
) ->
bool
,