sort

abstract fun sort(from: Int, to: Int)

Sort the slice which starts at from (inclusive) and ends at to (exclusive).