ListMergeSortExtension<E> extension

on

Methods

mergeSort({int start = 0, int? end, Comparator<E>? comparator}) → void
Sorts this list between start (inclusive) and end (exclusive) using the merge sort algorithm.