Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lokathor/tinyvec
/ cmp
Method
cmp
src/arrayvec.rs:1661–1663 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
1659
{
1660
#[inline]
1661
fn cmp(&self, other: &Self) -> core::cmp::Ordering {
1662
self.as_slice().cmp(other.as_slice())
1663
}
1664
}
1665
1666
impl<A: Array> PartialEq<&A> for ArrayVec<A>
Callers
nothing calls this directly
Calls
1
as_slice
Method · 0.45
Tested by
no test coverage detected