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

Method byte

regex/src/input.rs:52–54  ·  view source on GitHub ↗

Returns the byte at this position.

(&self)

Source from the content-addressed store, hash-verified

50
51 /// Returns the byte at this position.
52 pub fn byte(&self) -> Option<u8> {
53 self.byte
54 }
55
56 /// Returns the UTF-8 width of the character at this position.
57 pub fn len(&self) -> usize {

Callers 2

stepMethod · 0.45
stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected