issues
search
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
Unify collection construction.
#54
Closed
jmalloc
closed
11 years ago
jmalloc
commented
11 years ago
Ensure that all collection types can be constructed with an array as the first parameter.
Add a create method that accepts varargs, eg (
Vector::create(1, 2, 3)
)
jmalloc
commented
11 years ago
Fixed in fa6ee89
Vector::create(1, 2, 3)
)