Closed
Description
When browsing documentation and searching for "slice", the top three results are:
I think std::slice
-the-primitive should be the top result (it is currently the third result), because it tells me what I can do to a slice, which is usually what I'm wondering about when I search for "slice". std::slice
-the-module gives meager documentation, and links to structs, which I'm comparatively rarely interested in.
/cc @steveklabnik since you're the documentation guy?