PartialOrder

trait PartialOrder[a: Type]Source

Signatures

def lessEqual(x: a, y: a): Bool with PartialOrder[a] Source

Returns true if x is smaller or equal to y.