Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A fundamental invariant of `reserve` is that it can extend capacity while the stored data remains the same, even if it's moved to a new allocation. As a result, `len` can never change during a call to `reserve`.
- Loading branch information