fn swap(self: *Managed, other: *Managed) void
Efficiently swap a Managed 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.
Managed
self: *Managed,
other: *Managed,