intSorter

org.saddle.array.Sorter$.intSorter$
object intSorter extends Sorter[Int]

Attributes

Graph
Supertypes
trait Sorter[Int]
class Object
trait Matchable
class Any
Self type
intSorter.type

Members list

Value members

Concrete methods

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