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

Method eq

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

Source from the content-addressed store, hash-verified

1600{
1601 #[inline]
1602 fn eq(&self, other: &Self) -> bool {
1603 self.as_slice().eq(other.as_slice())
1604 }
1605}
1606impl<A: Array> Eq for TinyVec<A> where A::Item: Eq {}
1607

Callers

nothing calls this directly

Calls 1

as_sliceMethod · 0.45

Tested by

no test coverage detected