Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_ranges
Function · 0.45
new_many
Method · 0.45
p
Function · 0.45
compile_finish
Method · 0.45
c_concat
Method · 0.45
c_utf8_seq
Method · 0.45
new
Method · 0.45
intersect
Method · 0.45
create_lits
Function · 0.45
Calls
1
iter
Method · 0.45
Tested by
no test coverage detected