SortComparator<T> extension

on

Methods

sort(List<T> list, {int? start, int? end, bool stable = false}) → void
Sorts the provided list in-place.
sorted(Iterable<T> iterable, {int? start, int? end, bool stable = false, bool growable = false}) List<T>
Returns a sorted copy of the provided iterable.