Skip to content

Commit eb02bc3

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 6cd26cc commit eb02bc3

File tree

4 files changed

+536
-88
lines changed

4 files changed

+536
-88
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818
- Added `Deque::make_contiguous`.
1919
- Added `VecView`, the `!Sized` version of `Vec`.
2020
- Added pool implementations for 64-bit architectures.
21+
- Added `DequeView`, the `!Sized` version of `Deque`.
2122

2223
### Changed
2324

0 commit comments

Comments
 (0)