invertase / denque

The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries.
https://docs.page/invertase/denque
Apache License 2.0
354 stars 33 forks source link

Add rotate method #53

Open keriati opened 8 months ago

keriati commented 8 months ago

Please add a rotate method that behaves similarly to the Python Deque class.

See https://pythontic.com/containers/deque/rotate for reference.