partitionHoare

fun <T : Comparable<T>> MutableList<T>.partitionHoare(low: Int, high: Int): Int