Skip to content
  • Mark OLESEN's avatar
    ENH: allow passing of comparator to sortToc methods · 0a62fd2f
    Mark OLESEN authored
    - this increases the flexibility of the interface
    
    - Add stringOps 'natural' string sorting comparison.
      Digits are sorted in their natural order, which means that
          (file10.txt file05.txt file2.txt)
      are sorted as
          (file2.txt file05.txt file10.txt)
    
    STYLE: consistent naming of template parameters for comparators
    
      - Compare for normal binary predicates
      - ListComparePredicate for list compare binary predicates
    0a62fd2f