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

Class TrailSurrogate

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

Source from the content-addressed store, hash-verified

228
229#[derive(Clone, Copy)]
230pub struct TrailSurrogate(u16);
231
232impl LeadSurrogate {
233 pub const fn merge(self, trail: TrailSurrogate) -> char {

Callers 1

to_trail_surrogateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected