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::insertRange does not assert that the given collection is actually another vector. #74

Closed jmalloc closed 10 years ago

jmalloc commented 10 years ago

I'd wager that [Singly]LinkedList is the same.