Function verbatim

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

Returns a buffer with the verbatim character and its corresponding range.