In https://doc.rust-lang.org/std/vec/struct.Vec.html#method.iter,
I can only find iter
in the index sidebar to the left of the page. However, iter_mut
could not be found.
Could anyone explain if it's intentional, or a bug?
This is inconvenient because search through text is hard when browsing from phone. I was scrolling through the index and could not find iter_mut
.