Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We know several things here: 1. self.len <= self.cap, always 2. at <= self.len, asserted at the top of this method 3. after calling shallow_clone, other.cap == self.cap Therefore, at <= self.len <= other.cap.
- Loading branch information