cliff-wp-plugin-boilerplate icon indicating copy to clipboard operation
cliff-wp-plugin-boilerplate copied to clipboard

Implement arrays utility library instead of our own

Open cliffordp opened this issue 4 years ago • 0 comments

https://github.com/phpfunct/funct seems to cover it all for both strings and arrays but isn't actively maintained.

https://github.com/voku/arrayy is from a trusted source but doesn't seem to add the value we're aiming for.

Arrays:

  • contains
  • diff
  • intersect
  • flatten
  • get first
  • get last
  • recursive count of items

cliffordp avatar Mar 24 '20 02:03 cliffordp