chickadee
»
nutils
»
qsort
Identifier search
qsort
procedure
in - LIST - the list to sort
in - !< !>= - (optional) comparison procedures:
Defaults: !< is
<
, !>= is
>=
. User-supplied compare procedures must accept data type of LIST.
returns: sorted LIST.