pub fn take_while( cond: impl Fn(char) -> bool, ) -> impl Fn(&str) -> ParseResult<'_, &str>
Takes while the condition is true.