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 Feb 29, 2024
1 parent 6cd26cc commit e6db4ca
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 106 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 e6db4ca

Please sign in to comment.