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

Method start

regex/regex-syntax/src/hir/mod.rs:1030–1032  ·  view source on GitHub ↗

Return the start of this range. The start of a range is always less than or equal to the end of the range.

(&self)

Source from the content-addressed store, hash-verified

1028 /// The start of a range is always less than or equal to the end of the
1029 /// range.
1030 pub fn start(&self) -> char {
1031 self.start
1032 }
1033
1034 /// Return the end of this range.
1035 ///

Callers 4

cmd_utf8_rangesFunction · 0.45
urangesFunction · 0.45
brangesFunction · 0.45
visit_preMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected