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

feature request: a mutator which updates the value of arbitrary index of array #12

Closed
taneba opened this issue Aug 7, 2018 · 1 comment

Comments

@taneba
Copy link
Contributor

taneba commented Aug 7, 2018

Are you submitting a bug report or a feature request?

feature request

What is the current behavior?

In order to update the value of arbitrary index of array, we have to remove the value of index and insert again.

What is the expected behavior?

This feature enable to update the value at once (also without mutating the length of array).

@erikras
Copy link
Member

erikras commented Aug 23, 2018

Published fix in v1.1.0.

@erikras erikras closed this as completed Aug 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants