php-sets
php-sets copied to clipboard
A implementation of a Java-like Set data structure for PHP. A Set allows storage of any value without duplicates which can be iterated in insertion order.
Results
1
php-sets issues
Sort by
recently updated
recently updated
newest added
### hi, friend > Your module lacks enumeration of all intersections (like a crossjoin but __more__) > what I mean? We have `sets`: ```php $set1 = ['a', 'b']; $set2 =...