longSorter

org.saddle.array.Sorter$.longSorter$
object longSorter extends Sorter[Long]

Attributes

Graph
Supertypes
trait Sorter[Long]
class Object
trait Matchable
class Any
Self type
longSorter.type

Members list

Value members

Concrete methods

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