fn copy(self: *Managed, other: Const) !void
Copies the value of the integer to an existing Managed so that they both have the same value. Extra memory will be allocated if the receiver does not have enough capacity.
Managed
self: *Managed,
other: Const,