MpZ.negate

Negate this in-place.

struct MpZ
pure nothrow pragma(inline, true) @nogc @safe
void
negate
()

Return Value

Type: void

void to make it obvious this is mutated.

Meta