insertSorted

fun insertSorted(data: T, compare: (T?, T?) -> Int): WrappedKList<T>

See also