Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DequeView, similar to VecView and StringView
Ideally we would be able to merge the iterators of `&(mut) DequeView` and `&(mut) Deque`, but this can't be done without a breaking change.
- Loading branch information