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

Method lower

regex/regex-syntax/src/hir/mod.rs:983–983  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

981 type Bound = char;
982
983 #[inline] fn lower(&self) -> char { self.start }
984 #[inline] fn upper(&self) -> char { self.end }
985 #[inline] fn set_lower(&mut self, bound: char) { self.start = bound; }
986 #[inline] fn set_upper(&mut self, bound: char) { self.end = bound; }

Callers 11

test_compile_errorMethod · 0.80
test_compile_errorMethod · 0.80
differenceMethod · 0.80
negateMethod · 0.80
unionMethod · 0.80
intersectMethod · 0.80
differenceMethod · 0.80
is_contiguousMethod · 0.80
is_intersection_emptyMethod · 0.80
is_subsetMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_compile_errorMethod · 0.64
test_compile_errorMethod · 0.64