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 64
64
65
65
module stdlib_sorting
66
66
!! 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.
69
70
!! ([Specification](../page/specs/stdlib_sorting.html))
70
71
!!
71
72
!!By default, sorting
@@ -421,7 +422,7 @@ module stdlib_sorting
421
422
!! https://github.com/rust-lang/rust/blob/90eb44a5897c39e3dff9c7e48e3973671dcd9496/src/liballoc/slice.rs#L2159
422
423
!! but modified to return an array of indices that would provide a stable
423
424
!! 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))
425
426
!!
426
427
!! The indices by default correspond to a
427
428
!! non-decreasing sort, but if the optional argument `REVERSE` is present
You can’t perform that action at this time.
0 commit comments