swap

Swap contents of x with contents of y.

@safe pure nothrow pragma(inline, true)
void
swap
()
(
ref MpQ x
,
ref MpQ y
)

Meta