shortSorter

object shortSorter extends Sorter[Short]
trait Sorter[Short]
class Object
trait Matchable
class Any

Value members

Concrete methods

def argSorted(arr: Array[Short])(implicit ord: Order[Short]): Array[Int]
def sorted(arr: Array[Short])(implicit ord: Order[Short]): Array[Short]