File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6464
6565module stdlib_sorting
6666!! This module implements overloaded sorting subroutines named `ORD_SORT`,
67- !! `SORT_INDEX`, and `SORT`, that each can be used to sort four kinds
68- !! of `INTEGER` arrays and three kinds of `REAL` arrays.
67+ !! `SORT_INDEX`, and `SORT`, that each can be used to sort arrays of assumed
68+ !! length characters, of `sdtlib_string_type`, four kinds of `INTEGER` arrays
69+ !! and three kinds of `REAL` arrays.
6970!! ([Specification](../page/specs/stdlib_sorting.html))
7071!!
7172!!By default, sorting
@@ -421,7 +422,7 @@ module stdlib_sorting
421422!! https://github.com/rust-lang/rust/blob/90eb44a5897c39e3dff9c7e48e3973671dcd9496/src/liballoc/slice.rs#L2159
422423!! but modified to return an array of indices that would provide a stable
423424!! sort of the rank one `ARRAY` input.
424- !! ([Specification](../page/specs/stdlib_sorting.html#sort_index-creates-an-array-of-sorting-indices-for-an-input-array-while-also-sorting-the-array)
425+ !! ([Specification](../page/specs/stdlib_sorting.html#sort_index-creates-an-array-of-sorting-indices-for-an-input-array-while-also-sorting-the-array))
425426!!
426427!! The indices by default correspond to a
427428!! non-decreasing sort, but if the optional argument `REVERSE` is present
You can’t perform that action at this time.
0 commit comments