Skip to main content

chr

Function chr 

Source
pub fn chr(code: i64) -> String
Expand description

Convert a Unicode code point to a single-character string. Returns the Unicode replacement character for invalid code points.