MpZ.absolute

Make this the absolute value of itself in-place.

struct MpZ
pure nothrow pragma(inline, true) @nogc @trusted
void
absolute
()

Return Value

Type: void

void to make it obvious this is mutated.

Meta