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.
map
1 parent 48733b4 commit 92ac60dCopy full SHA for 92ac60d
library/core/src/array/mod.rs
@@ -368,8 +368,8 @@ array_impl_default! {32, T T T T T T T T T T T T T T T T T T T T T T T T T T T T
368
#[cfg(not(bootstrap))]
369
#[lang = "array"]
370
impl<T, const N: usize> [T; N] {
371
- /// Returns an array of the same size as `self`, with function `f` applied to each element.
372
- /// The closure will be called on elements 0 up to but excluding N.
+ /// Returns an array of the same size as `self`, with function `f` applied to each element
+ /// in order.
373
///
374
/// # Examples
375
0 commit comments