Docs.rs
broccoli-tree-0.7.0
broccoli-tree 0.7.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
tiby312
Dependencies
axgeom ^1.12
normal
compt ^2.0
normal
itertools ^0.10
normal
rayon ^1.5
normal
optional
Versions
39.42%
of the crate is documented
This release has been yanked
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
is_sorted_by
broccoli_
tree
0.7.0
In broccoli_
tree::
util
broccoli_tree
::
util
Function
is_
sorted_
by
Copy item path
Source
pub fn is_sorted_by<I, F>(arr: &
[I]
, compare: F) ->
bool
where F:
FnMut
(
&I
,
&I
) ->
Option
<
Ordering
>,