MCPcopy Index your code
hub / github.com/encounter/objdiff / partial_cmp

Method partial_cmp

objdiff-core/src/util.rs:75–75  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

73}
74impl PartialOrd for RawFloat {
75 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> { Some(self.cmp(other)) }
76}
77
78// Double where we specifically care about comparing the raw bits rather than

Callers

nothing calls this directly

Calls 1

cmpMethod · 0.80

Tested by

no test coverage detected