Auto merge of #25625 - bluss:doc-slice-order, r=Gankro

collections: Reorder slice methods to improve API docs

We have an evolutionary history whose traces are still visible in the
slice docs today.

Some heuristics:

* Group method and method_mut together
* Group method and method_by together
* Group by use case, here we have roughly:

  Basic interrogators (len)
  Mutation (swap)
  Iterators (iter)
  Segmentation (split)
  Searching (contains)
  Permutations (permutations)
  Misc (clone_from_slice)
This commit is contained in:
bors 2015-05-20 22:16:54 +00:00
commit c575885e25

File diff suppressed because it is too large Load diff