longSorter

object longSorter extends Sorter[Long]
trait Sorter[Long]
class Object
trait Matchable
class Any

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]