MCPcopy Create free account
hub / github.com/douchuan/algorithm / IntoIter

Class IntoIter

src/ll/linked_list.rs:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33pub struct IntoIter<T> {
34 list: LinkedList<T>,
35}
36
37impl<T> LinkedList<T> {
38 pub fn len(&self) -> usize {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected