Function linefeed::chars::is_printable

source ·
pub fn is_printable(c: char) -> bool
Expand description

Returns whether the character is printable.

That is, not NUL or a control character (other than Tab or Newline).