InvalidScalar¶
Returned by Codepoints.from_u32(u) for U32 values that don't name
a Unicode scalar value — surrogates (U+D800..U+DFFF) or values
above U+10FFFF.
Implements¶
- Stringable box
Constructors¶
create¶
Parameters¶
- value': U32 val
Returns¶
- InvalidScalar val^
Public fields¶
let value: U32 val¶
Public Functions¶
string¶
Returns¶
- String iso^