Skip to content
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

Add an Array.pop_at() method to pop an element at an arbitrary index (3.x) #52143

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Aug 26, 2021

3.x version of #37209 (also tested on 3.x with the same output as master).

Negative indices are supported to pop an element relative from the end.

Negative indices are supported to pop an element relative from the end.
@Calinou Calinou requested review from a team as code owners August 26, 2021 23:28
@Calinou Calinou added this to the 3.4 milestone Aug 26, 2021
@Calinou Calinou changed the title Add an Array.pop_at() method to pop an element at an arbitrary index Add an Array.pop_at() method to pop an element at an arbitrary index (3.x) Aug 26, 2021
@groud
Copy link
Member

groud commented Aug 27, 2021

Merging as the PR on master was approved too. Thanks!

@groud groud merged commit a09124a into godotengine:3.x Aug 27, 2021
@Calinou Calinou deleted the add-array-pop-method-3.x branch August 27, 2021 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants