Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ cmp
Method
cmp
cranelift/bforest/src/lib.rs:80–82 ·
view source on GitHub ↗
(&self, a: K, b: K)
Source
from the content-addressed store, hash-verified
78
K: Copy + Ord,
79
{
80
fn cmp(&self, a: K, b: K) -> Ordering {
81
a.cmp(&b)
82
}
83
}
84
85
/// Family of types shared by the map and set forest implementations.
Callers
8
vir_expr_to_sexp
Method · 0.45
check_assumptions_feasibility
Method · 0.45
best_control_flow
Method · 0.45
search
Method · 0.45
next
Method · 0.45
next_back
Method · 0.45
is_in_start_bound
Method · 0.45
is_in_end_bound
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected