forked from chapel-lang/chapel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the sort module documentation based on the work done in the sort module stabilization subteam. On a high level - Added a short intro with a few examples of using `proc sort`, before this change it was a bit wierd to just see Comparators as the first thing in the sort module docs. - Edited the comparators section to mention the new prescribed way to create and use custom comparators using the newly created interfaces. - Went over the rest of the doc to update other things that have changed like argument names This includes work done in the following PRs: chapel-lang#25863 chapel-lang#25852 chapel-lang#25821 chapel-lang#25817 chapel-lang#25813 chapel-lang#25807 chapel-lang#25705 chapel-lang#25703 chapel-lang#25699 chapel-lang#25698 chapel-lang#25586 Signed-off-by: Shreyas Khandekar <[email protected]>
- Loading branch information
1 parent
0f76fb9
commit d2b2efa
Showing
2 changed files
with
135 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters