Function backslash

Source
const fn backslash<const N: usize>(a: Char) -> ([Char; N], Range<u8>)
Expand description

Escapes a character with \x representation.

Returns a buffer with the escaped representation and its corresponding range.