Sorter

trait Sorter[T]

Typeclass interface for sorting implementations

Companion:
object
class Object
trait Matchable
class Any
object boolSorter.type
object byteSorter.type
object charSorter.type
object doubleSorter.type
object floatSorter.type
object intSorter.type
object longSorter.type
object shortSorter.type

Value members

Abstract methods

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