MCPcopy Create free account
hub / github.com/douchuan/algorithm / eq

Method eq

src/graph/mst/edge.rs:45–47  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

43
44impl PartialEq for Edge {
45 fn eq(&self, other: &Self) -> bool {
46 self.weight == other.weight
47 }
48}
49
50// todo: eliminate, used by KruskalMST

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected