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

Method clone

src/arrayvec.rs:117–119  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

115{
116 #[inline]
117 fn clone(&self) -> Self {
118 Self { data: self.data.clone(), len: self.len }
119 }
120
121 #[inline]
122 fn clone_from(&mut self, o: &Self) {

Callers 1

resizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected