MCPcopy Index your code
hub / github.com/RustPython/RustPython / into_iter

Method into_iter

crates/vm/src/function/protocol.rs:214–216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

212 type Item = &'a T;
213 type IntoIter = core::slice::Iter<'a, T>;
214 fn into_iter(self) -> Self::IntoIter {
215 self.iter()
216 }
217}
218impl<T> IntoIterator for ArgSequence<T> {
219 type Item = T;

Callers 1

iterMethod · 0.45

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected