Macro is_control

Source
macro_rules! is_control {
    ($byte:expr) => { ... };
}
Expand description

Indicates that a byte is a control character.