ReorderedListFunction<T> typedef

ReorderedListFunction<T> = List<T> Function(List<T>)

Implementation

typedef ReorderedListFunction<T> = List<T> Function(List<T>);