ListExtension<TValue> extension

on

Methods

replaceItem(TValue needle, TValue replacement, [int start = 0]) → void
Replaces a single element of this List with replacement.
sortBy<TKey extends Comparable>(TKey selector(TValue), [bool ascending = true]) → void
Sorts this List by comparing the keys returned by the selector.