pub const fn is_special(byte: u8) -> bool
Checks if the given byte is special, i.e. one of -, ., _, or ~.
-
.
_
~