MCPcopy Index your code
hub / github.com/RustPython/RustPython / LeadSurrogate

Class LeadSurrogate

crates/wtf8/src/lib.rs:227–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225
226#[derive(Clone, Copy)]
227pub struct LeadSurrogate(u16);
228
229#[derive(Clone, Copy)]
230pub struct TrailSurrogate(u16);

Callers 1

to_lead_surrogateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected