int compare(List<T> other, [int Function(T a, T b)? compare]) => compareListsBy<T>(this, other, compare!);