bartfeenstra / fu-php

🛠 Functional programming tools for PHP 🐘
https://twitter.com/BartFeenstra
MIT License
2 stars 1 forks source link

Add diff and intersect functionality #62

Open bartfeenstra opened 7 years ago

bartfeenstra commented 7 years ago

Allow iterables to be diffed and intersected, much like array_diff*() and array_intersect*()`. Provide different flavors for keys and values.