Mul

class Mul[a: Type]Source

A trait for multiplication.

Signatures

def mul(x: a, y: a): a with Mul[a] Source

Returns x multiplied by y.