Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ at
Method
at
regex/src/input.rs:115–115 ·
view source on GitHub ↗
(&self, i: usize)
Source
from the content-addressed store, hash-verified
113
114
impl<
'a, T: Input> Input for &'
a T {
115
fn at(&self, i: usize) -> InputAt { (**self).at(i) }
116
117
fn next_char(&self, at: InputAt) -> Char { (**self).next_char(at) }
118
Callers
6
prefix_at
Method · 0.80
exec
Method · 0.80
exec_
Method · 0.80
step
Method · 0.80
exec
Method · 0.80
exec_
Method · 0.80
Calls
4
decode_utf8
Function · 0.85
map
Method · 0.80
len_utf8
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected