We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rchunks_exact
1 parent 1cd72b7 commit 8c58de5Copy full SHA for 8c58de5
library/core/src/slice/mod.rs
@@ -1340,7 +1340,7 @@ impl<T> [T] {
1340
/// from the `remainder` function of the iterator.
1341
///
1342
/// Due to each chunk having exactly `chunk_size` elements, the compiler can often optimize the
1343
- /// resulting code better than in the case of [`chunks`].
+ /// resulting code better than in the case of [`rchunks`].
1344
1345
/// See [`rchunks`] for a variant of this iterator that also returns the remainder as a smaller
1346
/// chunk, and [`chunks_exact`] for the same iterator but starting at the beginning of the
0 commit comments