MCPcopy Create free account
hub / github.com/Lokathor/tinyvec / partial_cmp

Method partial_cmp

src/tinyvec.rs:1613–1615  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

1611{
1612 #[inline]
1613 fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> {
1614 self.as_slice().partial_cmp(other.as_slice())
1615 }
1616}
1617impl<A: Array> Ord for TinyVec<A>
1618where

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected