Function is_whitespace

Source
fn is_whitespace(byte: &u8) -> bool
Expand description

Returns true if the byte is ASCII whitespace.