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

Method drop

src/arrayvec.rs:844–846  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

842
843 impl<Item> Drop for JoinOnDrop<'_, Item> {
844 fn drop(&mut self) {
845 self.items[self.done_end..].rotate_left(self.tail_start);
846 }
847 }
848
849 let mut rest = JoinOnDrop {

Callers

nothing calls this directly

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected