void sort (R, T = ElementType!R, alias compare = less_than)(R range, T item)[should work iff the sort implementation only calls the predicate]artur
This works! Thanks!
Vlad Levenfeld via Digitalmars-d-learn Sun, 03 Aug 2014 22:35:27 -0700
void sort (R, T = ElementType!R, alias compare = less_than)(R range, T item)[should work iff the sort implementation only calls the predicate]artur
This works! Thanks!