Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ partial_cmp
Method
partial_cmp
src/graph/mst/edge.rs:39–41 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
37
38
impl PartialOrd for Edge {
39
fn partial_cmp(&self, other: &Self) -> Option<Ordering> {
40
self.weight.partial_cmp(&other.weight)
41
}
42
}
43
44
impl PartialEq for Edge {
Callers
2
decrease_key
Method · 0.45
cmp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected