fn copy(self: *Mutable, other: Const) void
Copies the value of a Const to an existing Mutable so that they both have the same value. Asserts the value fits in the limbs buffer.
self: *Mutable,
other: Const,