Location
|
/// [`chunks`]: slice::chunks |
|
/// [`rchunks_exact`]: slice::rchunks_exact |
|
/// [`as_chunks`]: slice::chunks |
|
#[stable(feature = "chunks_exact", since = "1.31.0")] |
|
#[rustc_const_unstable(feature = "const_slice_make_iter", issue = "137737")] |
https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.chunks_exact
Summary
The as_chunks link is actually going to chunks.
(Oops, I got the rest of them right in #143265, but typo'd this one.)
Location
rust/library/core/src/slice/mod.rs
Lines 1233 to 1237 in f8e355c
https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.chunks_exact
Summary
The
as_chunkslink is actually going tochunks.(Oops, I got the rest of them right in #143265, but typo'd this one.)