Did you know ... | Search Documentation: |
Pack sort_dict -- prolog/sort_dict.pl |
Sorts list of dicts by key.
asc
or desc
. Sorting is done by
predsort/3. Throws error(invalid_direction(Direction))
when the Direction is neither asc
or desc
.asc
as
the default sorting direction.