Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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)]
230
pub struct TrailSurrogate(u16);
231
232
impl LeadSurrogate {
233
pub const fn merge(self, trail: TrailSurrogate) -> char {
Callers
1
to_trail_surrogate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected