| Did you know ... | Search Documentation: |
| dict->sort |
|code|function],
ignore_blanks=[bool], reverse=[bool]<-members.
There are two possibilities:
<-label.
The first argument requests to compare case-insensitive. The second to
ignore leading and trailing blank space and to collapse multiple blanks
in the middle to a single space character. (see also string->strip).->sort
for details.
If dict<-sort_by
contains a code object,
this will be used as the default. See also dict<-sort_by
to maintain a list of sorted objects.
Defaults:
# case-insensitive: dict.sort_ignore_case
.sort_ignore_blanks
@see dict.sort_ignore_case
@see dict.sort_ignore_blanks