Hi-Folks / array

Arr class is built on top of the PHP array functions. Arr exposes methods for creating, managing, accessing to the array data structure.
https://packagist.org/packages/hi-folks/array
MIT License
15 stars 9 forks source link

Implement findIndex #36

Closed martijnengler closed 2 years ago

martijnengler commented 2 years ago

Fixes #12

roberto-butti commented 2 years ago

thank you @martijnengler , great pull request!