Function intspector::ascii[][src]

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

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.