Sub

trait Sub[a: Type]Source

A trait for subtraction.

Signatures

def sub(x: a, y: a): a with Sub[a] Source

Returns the difference of x and y.