boolSorter

object boolSorter extends Sorter[Boolean]
trait Sorter[Boolean]
class Object
trait Matchable
class Any

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]