Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lokathor/tinyvec
/ partial_cmp
Method
partial_cmp
src/arrayvec.rs:1652–1654 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
1650
{
1651
#[inline]
1652
fn partial_cmp(&self, other: &Self) -> Option<core::cmp::Ordering> {
1653
self.as_slice().partial_cmp(other.as_slice())
1654
}
1655
}
1656
impl<A: Array> Ord for ArrayVec<A>
1657
where
Callers
nothing calls this directly
Calls
1
as_slice
Method · 0.45
Tested by
no test coverage detected