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 May 21, 2024
1 parent 329d733 commit 6379664
Show file tree
Hide file tree
Showing 4 changed files with 536 additions and 88 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 6379664

Please sign in to comment.