Function flussab::text::tabs_or_spaces[][src]

pub fn tabs_or_spaces(input: &mut ByteReader<'_>, offset: usize) -> usize

Passes over tab and space characters.

Increments offset as long as it points to either a tab ('\t') or a space (' ') character and returns the resulting value.