Novactive / NovaCollection

Collection implementation that wraps regular PHP arrays.
MIT License
9 stars 3 forks source link

Typed Collection #17

Closed anaelChardan closed 5 years ago

anaelChardan commented 7 years ago

It could be nice to ensure that our collection contains objects with the same type :).

See https://medium.com/2dotstwice-connecting-the-dots/creating-strictly-typed-arrays-and-collections-in-php-37036718c921#.8onxqhxgj

Plopix commented 5 years ago

you can achieve that with exists