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

Cloning a linked list corrupts the original. #71

Closed jmalloc closed 10 years ago

jmalloc commented 10 years ago

Turns out it wasn't, but it was interleaving cloned nodes with non cloned nodes in some totally workable miracle implementation, fixed in d7bef2b