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

Collection views #58

Open jmalloc opened 11 years ago

jmalloc commented 11 years ago

Collection views can be used to 'project' a slice/range/projection on a collection without duplicating the data.