pub const Codepoint = struct
pub const Codepoint = struct { value: u21, byte_len: usize, pub const invalid: u21 = std.math.maxInt(u21); }