-
Notifications
You must be signed in to change notification settings - Fork 17
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
array_modify: Change default value of length? #312
Comments
[...] I couldn't find a less opinionated alternative yet assuming that the main use cases are "update" and "remove" as we also have array_append and array_concat for common insert use cases. Answer from #309 by @soxofaan :
|
Change to length = 0 |
[...] I think a default
length=1
is unnecessarily opinionated.I would propose to use 0 by default, or not having a default at all
Originally posted by @soxofaan in #309 (comment)
The text was updated successfully, but these errors were encountered: