Skip to main content

percent_escape_byte_at

Function percent_escape_byte_at 

Source
fn percent_escape_byte_at(chars: &[char], i: usize) -> Option<u8>
Expand description

The byte a %XX escape at chars[i] decodes to, or None if there isn’t one there.