| Did you know ... | Search Documentation: |
| dict->insert |
<-sort_by.
If dict<-sort_by
is @nil, just dict->append.
If dict<-sort_by
is @default,
insert the item before the first item that is alphabetically larger. It dict<-sort_by
contains a code object,
insert it before the first item for which executing the code (if it is a
function) return larger.
See also chain->sort, dict->insert_after, dict->append, dict->sort
and
dict->sort_by.