ListInsertionSortExtension<E> extension

on

Methods

insertionSort({Comparator<E>? comparator, int start = 0, int? end}) → void
Sort this list between start (inclusive) and end (exclusive) using insertion sort.