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

Ability to Set::pop() an arbitrary value. #68

Closed jmalloc closed 10 years ago

jmalloc commented 10 years ago

Not necessarily random, but there is no guarantee as to which element. Note, can not add to SetInterface without a BC change (see #69)