trait Neg[a: Type]
A trait for negation.
instance Neg[Identity[a]] with Neg[a]
instance Neg[Float32]
instance Neg[Float64]
instance Neg[BigDecimal]
instance Neg[Int8]
instance Neg[Int16]
instance Neg[Int32]
instance Neg[Int64]
instance Neg[BigInt]
def neg(x: a): a with Neg[a]
Returns -x.
x