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