We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rest
token
combinator
As its dealing with taking slices. It might also need to be renamed to take_rest.
take_rest
We also have rest_len. I wonder if we should do that as take_rest.len() and have Parser::len that returns how much was taken (offset or count?)
rest_len
take_rest.len()
Parser::len
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As its dealing with taking slices. It might also need to be renamed to
take_rest
.We also have
rest_len
. I wonder if we should do that astake_rest.len()
and haveParser::len
that returns how much was taken (offset or count?)The text was updated successfully, but these errors were encountered: