Sorted<T> extension

on

Methods

sorted(List<SortedRule> rules, {SortingStrategy<T>? sortingStrategy}) List<T>
Returns a sorted list according to the rules. Order matters, so if first rule considers two items equal, next one will decide and so on.