Function count_first_whitespace_characters

Source
pub fn count_first_whitespace_characters(input: &str) -> usize
Expand description

Counts the first whitespace characters of a string.