Skip to content

Commit

Permalink
Rollup merge of #93899 - ssomers:vecdeque_naming, r=m-ou-se
Browse files Browse the repository at this point in the history
Describe VecDeque with more consistent names

The public documentation of VecDeque starts describing itself as a "queue". In method descriptions, it's ~~never~~ sometimes named queue again, or `VecDeque` (IMO a sometimes useful and often noisy notation) or "deque" or "vector". In examples, `deque`, `v` (hidden in `range_mut`) or `vector`. Here is a subjective attempt at more consistency.
  • Loading branch information
matthiaskrgr authored Feb 15, 2022
2 parents 5569757 + 5d53597 commit cdfdcfc
Showing 1 changed file with 110 additions and 110 deletions.
Loading

0 comments on commit cdfdcfc

Please sign in to comment.