Function is_special

Source
pub const fn is_special(byte: u8) -> bool
Expand description

Checks if the given byte is special, i.e. one of -, ., _, or ~.