Skip to content

Commit 437b7d1

Browse files
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.
1 parent f3aa0df commit 437b7d1

File tree

4 files changed

+513
-106
lines changed

4 files changed

+513
-106
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- Added `Extend` impls for `Deque`.
1818
- Added `Deque::make_contiguous`.
1919
- Added `VecView`, the `!Sized` version of `Vec`.
20+
- Added `DequeView`, the `!Sized` version of `Deque`.
2021

2122
### Changed
2223

0 commit comments

Comments
 (0)