Skip to content

Commit

Permalink
Add DequeView, similar to VecView and StringView
Browse files Browse the repository at this point in the history
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
sosthene-nitrokey committed Apr 5, 2024
1 parent 6cd26cc commit 2614b19
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 89 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Added `Deque::make_contiguous`.
- Added `VecView`, the `!Sized` version of `Vec`.
- Added pool implementations for 64-bit architectures.
- Added `DequeView`, the `!Sized` version of `Deque`.

### Changed

Expand Down
Loading

0 comments on commit 2614b19

Please sign in to comment.