Sort

trait Sort

Interface for a sorting strategy object.

class Any
object InsertionSort.type
object MergeSort.type

Value members

Abstract methods

def sort[@specialized A : ClassTag](data: Array[A]): Unit