sort

fun sort(numBits: Int, array: IntArray, len: Int)

Sort array[0:len] in place.

Parameters

numBits

how many bits are required to store any of the values in array[0:len]. Pass 32 if unknown.