Function mortal::util::is_ctrl [] [src]

pub fn is_ctrl(ch: char) -> bool

Returns whether the given character is a control character.

Control characters are in the range '\0' ... '\x1f', inclusive.