1 2 3 4 5 6
Converts this byte to an [ASCII character](::core::ascii::Char), without checking whether or not it's valid. # Safety This results in undefined behavior when the byte is not valid ASCII.