macro_rules! is_not_visible_7bit {
($byte:expr) => { ... };
}Expand description
Indicates that a byte is not a visible 7-bit character. Space is not considered visible.
macro_rules! is_not_visible_7bit {
($byte:expr) => { ... };
}Indicates that a byte is not a visible 7-bit character. Space is not considered visible.