Function backslash

pub(in ::escape) const fn backslash<const N: usize>(a: Char) -> ([Char; N], Range<u8>)

Escapes a character with \x representation.

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