chickadee » nutils » qsort

qsortprocedure
  • 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.