Treatment wrappingNeg

std/ops/num::wrappingNeg


Generics

◻ N: WrappingNeg

Inputs

⇥ value: Stream<N>

Outputs

↦ neg: Stream<N>


Give negation of streamed values, wrapping on bounds.

This treatment is infaillible and wrap if -value reach boundary of the data type.