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

Method into_iter

crates/common/src/boxvec.rs:359–361  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

357 type IntoIter = slice::Iter<'a, T>;
358
359 fn into_iter(self) -> Self::IntoIter {
360 self.iter()
361 }
362}
363
364/// Iterate the `BoxVec` with mutable references to each element.

Callers 8

extendMethod · 0.45
analyze_symbol_tableMethod · 0.45
enter_functionMethod · 0.45
compile_class_bodyMethod · 0.45
compile_pattern_orMethod · 0.45
finalize_codeMethod · 0.45
remove_unused_constsMethod · 0.45
normalize_jumpsFunction · 0.45

Calls 2

iterMethod · 0.45
iter_mutMethod · 0.45

Tested by

no test coverage detected