Closed
Description
I mean these:
https://doc.rust-lang.org/std/primitive.slice.html -- See also the std::slice
module
https://doc.rust-lang.org/std/slice/index.html -- See also the slice primitive type.
These don't belong at the bottom; they aren't there "for further reading." They're more like, hey, is this what you were looking for?
(and the answer is yes. Yes it was. Why do I keep accidentally landing on the std::slice page when I want to see the [T]
docs. Why why why.)