Module ddash.algorithm.sort

sorts stuff

Functions

NameDescription
maybeSort(range) Might or might not sort a range, depending on some static properties of a range.
maybeSortBy(range) Maybe sorts a range using maybeSort by a publicly visible member variable or property of ElemntType!Range
sortBy(range) Sorts a range using the standard library sort by a publicly visible member variable or property of ElemntType!Range