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

Add random-access setter function for deque #184

Open Landmaster opened 7 years ago

Landmaster commented 7 years ago

This pull request adds Deque.set(index, value), which is analogous to array[index] = value, but for deques.

hthetiot commented 6 years ago

Break tests, see travis.