icecave / collections

A PHP collection library loosely inspired by the .NET runtime and the C++ STL. [DEPRECATED]
MIT License
70 stars 2 forks source link

Vector performs count($elements) without first checking that $elements is countable. #36

Closed jmalloc closed 11 years ago

jmalloc commented 11 years ago

Vector::insertMany() does this, likely other methods and collection types too.

jmalloc commented 11 years ago

Vector::replace().