Documentation Prolog Predicate Reference builtin keysort/2

keysort/2

Check keys order.

Description

keysort( ?list, ?list )

Similar to sort/2, but ordering a list of Key-Value pairs, i.e., '-'(Key, Value), based on the keys.

Implementation