MCPcopy Create free account
hub / github.com/QMHTMY/RustBook / iter_mut

Method iter_mut

publication/code/chapter04/lvec.rs:141–143  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

139 }
140
141 fn iter_mut(&mut self) -> IterMut<T> {
142 IterMut { next: self.head.as_deref_mut() }
143 }
144
145 // 打印 LVec
146 fn print_lvec(&self) {

Callers 1

iterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected