montagejs / collections

This package contains JavaScript implementations of common data structures with idiomatic interfaces.
http://www.collectionsjs.com
Other
2.09k stars 185 forks source link

Fix set and swap at outer index issues #67

Closed kriskowal closed 10 years ago

kriskowal commented 10 years ago

For both observed and unobserved arrays.

Splice truncates the start index to the array length. Swap and set do not.