Skip to content

Commit c575885

Browse files
committed
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)
2 parents 82dc34a + 77dcaa5 commit c575885

File tree

1 file changed

+454
-454
lines changed

1 file changed

+454
-454
lines changed

0 commit comments

Comments
 (0)