deque
deque copied to clipboard
Add .next function so deque can be an Iterable
Adding a .next will allow a deque to be iterated over by for...of loops and the like.
https://github.com/petkaantonov/deque/pull/7