MpQ.absolute

Make this the absolute value of itself in-place.

struct MpQ
pure nothrow pragma(inline, true) @nogc @safe
void
absolute
()

Return Value

Type: void

void to make it obvious that this is mutated.

Meta