We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4ddf8 commit 918b83aCopy full SHA for 918b83a
active/0000-conventions-galore.md
@@ -82,6 +82,9 @@ The current convention for iterator *type* names is the following:
82
> yielding a mutable reference has a prefix `Mut`.
83
> * Reverse iterators have a prefix of `Rev`.
84
85
+(These conventions were established as part of
86
+[this PR](https://github.com/rust-lang/rust/pull/8090) and later [this one](https://github.com/rust-lang/rust/pull/11001).)
87
+
88
These conventions have not yet been updated to reflect the
89
[recent change](https://github.com/rust-lang/rfcs/pull/199) to the iterator
90
method names, in part to allow for a more significant revamp. There are some
0 commit comments