shortSorter

org.saddle.array.Sorter$.shortSorter$
object shortSorter extends Sorter[Short]

Attributes

Graph
Supertypes
trait Sorter[Short]
class Object
trait Matchable
class Any
Self type

Members list

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]