Compare<T> typedef

Compare<T> = bool Function(List<T> data)

Implementation

typedef Compare<T> = bool Function(List<T> data);