swap

Swap contents of x with contents of y.

pure nothrow pragma(inline, true) @nogc
void
swap
()
(
ref MpZ x
,
ref MpZ y
)

Meta