Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ pos
Method
pos
regex/src/re_bytes.rs:863–865 ·
view source on GitHub ↗
(&self, i: usize)
Source
from the content-addressed store, hash-verified
861
#[doc(hidden)]
862
#[inline]
863
pub fn pos(&self, i: usize) -> Option<(usize, usize)> {
864
self.get(i)
865
}
866
}
867
868
/// Captures represents a group of captured byte strings for a single match.
Callers
1
get
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected