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
Pending #48
Don't think it should be hard to implement.
Thank you.
The text was updated successfully, but these errors were encountered:
This is only safe to to, if the compiler is absolutely certain that a is not a string. Because for strings ++ is not then same as +=.
Therefore #48 would need to be done first
Sorry, something went wrong.
Noted.
An equivalent but uncommon optimisation could also be implemented at the same time for strings: x+=" " → x++.
x+=" "
x++
No branches or pull requests
Pending #48
Don't think it should be hard to implement.
Thank you.
The text was updated successfully, but these errors were encountered: