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

All methods that support $startIndex should also support an end index. #49

Closed jmalloc closed 11 years ago

jmalloc commented 11 years ago

Range index variable names should also be $begin/$end instead of $startIndex/$endIndex.