-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
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
String length and allocation #6
Comments
Yes it's a good idea! Naming-wise, it might be nice to be |
Issued pull request #7 Incidentally, is there a simple way to add a function that skips whatever the next value is? |
we don't have a generic skip value function. |
Correct. Would you like me to have a go? |
sure! why not. that'd be great |
When calling the
readString
functions, I have to magically know how big the string buffer needs to be. There appears to be no way to check this ahead of time.I propose a variant of
readString
, thusly:The text was updated successfully, but these errors were encountered: