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