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 e6a0f3c commit 3545036Copy full SHA for 3545036
library/core/src/iter/traits/iterator.rs
@@ -2196,6 +2196,7 @@ pub trait Iterator {
2196
/// // we can still use `iter`, as there are more elements.
2197
/// assert_eq!(iter.next(), Some(&3));
2198
/// ```
2199
+ #[doc(alias = "every")]
2200
#[inline]
2201
#[stable(feature = "rust1", since = "1.0.0")]
2202
fn all<F>(&mut self, f: F) -> bool
0 commit comments