[][src]Function intspector::ascii

pub fn ascii(value: i64) -> Option<String>

If value is a valid ASCII code, returns a string representation - either the character itself or a description if the character is in the unprintable range.