We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
next_chunk
vec::intoiter<T> -> [T]
1 parent 269cb57 commit 4cf06e8Copy full SHA for 4cf06e8
src/doc/rustdoc/src/read-documentation/search.md
@@ -71,7 +71,7 @@ the standard library and functions that are included in the results list:
71
| [`option -> default`][] | `Option::unwrap_or_default` |
72
| [`stdout, [u8]`][stdoutu8] | `Stdout::write` |
73
| [`any -> !`][] | `panic::panic_any` |
74
-| [`vec::intoiter<T> -> [T]`][iterasslice] | `IntoIter::as_slice` |
+| [`vec::intoiter<T> -> [T]`][iterasslice] | `IntoIter::as_slice` and `IntoIter::next_chunk` |
75
76
[`usize -> vec`]: ../../std/vec/struct.Vec.html?search=usize%20-%3E%20vec&filter-crate=std
77
[`vec, vec -> bool`]: ../../std/vec/struct.Vec.html?search=vec,%20vec%20-%3E%20bool&filter-crate=std
0 commit comments