sortedWith

inline fun <T, R : Comparable<R>> MutableList<T>.sortedWith(crossinline using: (T) -> R?): MutableList<T>