byteSorter

org.saddle.array.Sorter$.byteSorter$
object byteSorter extends Sorter[Byte]

Attributes

Graph
Supertypes
trait Sorter[Byte]
class Object
trait Matchable
class Any
Self type
byteSorter.type

Members list

Value members

Concrete methods

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