MCPcopy Create free account
hub / github.com/davidblewett/rure-python / into_iter

Method into_iter

regex/src/prog.rs:238–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

236 type Item = &'a Inst;
237 type IntoIter = slice::Iter<'a, Inst>;
238 fn into_iter(self) -> Self::IntoIter { self.iter() }
239}
240
241/// Inst is an instruction code in a Regex program.

Callers 9

cmd_utf8_rangesFunction · 0.45
new_manyMethod · 0.45
pFunction · 0.45
compile_finishMethod · 0.45
c_concatMethod · 0.45
c_utf8_seqMethod · 0.45
newMethod · 0.45
intersectMethod · 0.45
create_litsFunction · 0.45

Calls 1

iterMethod · 0.45

Tested by

no test coverage detected