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.
2 parents 44e526b + 3545036 commit 52bc54eCopy full SHA for 52bc54e
library/core/src/iter/traits/iterator.rs
@@ -2205,6 +2205,7 @@ pub trait Iterator {
2205
/// // we can still use `iter`, as there are more elements.
2206
/// assert_eq!(iter.next(), Some(&3));
2207
/// ```
2208
+ #[doc(alias = "every")]
2209
#[inline]
2210
#[stable(feature = "rust1", since = "1.0.0")]
2211
fn all<F>(&mut self, f: F) -> bool
0 commit comments