On Sun, 19 Sept 2021 at 14:12, tyson andre <tysonandre...@hotmail.com> wrote:
> What are your thoughts on adding `ARRAY_FILTER_REINDEX`, to ignore the > original int/string keys and replace them with `0, 1, 2, ...` > If it's measurably faster/more memory efficient than array_values(array_filter(...)) across a range of array sizes, I'm strongly in favour as I write this a lot. Peter