-
-
Notifications
You must be signed in to change notification settings - Fork 21.5k
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
Replace all instances of erase
with remove
#49701
Replace all instances of erase
with remove
#49701
Conversation
a9c4952
to
94d92bd
Compare
I think |
f51c8f7
to
a175d41
Compare
I created a proposal (godotengine/godot-proposals#2885). |
6783eed
to
f3d2672
Compare
Okay, based on feedback, I've renamed |
f3d2672
to
a4aefb7
Compare
remove
& erase
to be more clearerase
with remove
Array's `remove()` method was renamed to `remove_at()`
a4aefb7
to
ba0758c
Compare
Okay, I think this would be smarter to do in individual PR's, if this change is desired... |
Array's
remove()
method was renamed toremove_at()
Dictionary, Array and Set's
erase()
methods were renamed toremove()
See godotengine/godot-proposals#2885