Trait

SignedNumeric

A numeric type with an additive inverse.

Members

Functions

fun -() -> Self

Returns the additive inverse of self.

fun negate() { inout }

Replaces self with its additive inverse.