MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / into_iter

Method into_iter

src/entity/set.rs:238–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 type IntoIter = Iter<'a, T>;
237
238 fn into_iter(self) -> Self::IntoIter {
239 self.iter()
240 }
241}
242
243impl<T> Default for EntitySet<T>

Callers 13

common_subclassMethod · 0.45
def_valueMethod · 0.45
indirect_remat_inputsMethod · 0.45
optimize_editMethod · 0.45
optimize_blockMethod · 0.45
fmtMethod · 0.45
parse_reg_group_listFunction · 0.45
group_for_regMethod · 0.45
gen_subclassMethod · 0.45
newMethod · 0.45
arbitraryMethod · 0.45

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected