lstrojny / functional-php

Primitives for functional programming in PHP
MIT License
1.98k stars 204 forks source link

Add `cartesian_product` and `InvalidArgumentException::assertStringable` #244

Open someonewithpc opened 2 years ago

someonewithpc commented 2 years ago

Not sure how to properly handle the assert here: https://github.com/someonewithpc/functional-php/blob/main/src/Functional/CartesianProduct.php#L22