Macro is_not_visible_7bit

Source
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.