isSortedByCompare<T, K> function
Matches Iterables which are compare-sorted by their keyOf property.
Implementation
Matcher isSortedByCompare<T, K>(K Function(T) keyOf, Comparator<K> compare) =>
_IsSorted(keyOf, compare);