fn swap(self: *Mutable, other: *Mutable) void
Efficiently swap an Mutable with another. This swaps the limb pointers and a full copy is not performed. The address of the limbs field will not be the same after this function.
self: *Mutable,
other: *Mutable,