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

Class Char

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

Source from the content-addressed store, hash-verified

344/// search text.)
345#[derive(Clone, Copy, Hash, PartialEq, Eq, PartialOrd, Ord)]
346pub struct Char(u32);
347
348impl fmt::Debug for Char {
349 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {

Callers 2

fromMethod · 0.85
fillMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected