Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davidblewett/rure-python
/ next
Method
next
regex/regex-syntax/src/hir/interval.rs:321–323 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
319
type Item = &'a I;
320
321
fn next(&mut self) -> Option<&'a I> {
322
self.0.next()
323
}
324
}
325
326
pub trait Interval:
Callers
1
intersect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected