MCPcopy 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_sexpMethod · 0.45
best_control_flowMethod · 0.45
searchMethod · 0.45
nextMethod · 0.45
next_backMethod · 0.45
is_in_start_boundMethod · 0.45
is_in_end_boundMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected