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

Method eq

src/arrayvec.rs:1641–1643  ·  view source on GitHub ↗
(&self, other: &Self)

Source from the content-addressed store, hash-verified

1639{
1640 #[inline]
1641 fn eq(&self, other: &Self) -> bool {
1642 self.as_slice().eq(other.as_slice())
1643 }
1644}
1645impl<A: Array> Eq for ArrayVec<A> where A::Item: Eq {}
1646

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected