insertSorted

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

See also

sList.insertSortedWithData