Skip to main content

value_char

Function value_char 

Source
pub const fn value_char(v: u16) -> Value
Expand description

A char argument, tag C. The wire carries a UTF-16 code unit, which is what a Java char is — so a literal outside the BMP has no single-char spelling and is refused where it is parsed.