boolSorter

org.saddle.array.Sorter$.boolSorter$
object boolSorter extends Sorter[Boolean]

Attributes

Graph
Supertypes
trait Sorter[Boolean]
class Object
trait Matchable
class Any
Self type
boolSorter.type

Members list

Value members

Concrete methods

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