fn clone(other: Managed) !Managed

Returns a Managed with the same value. The returned Managed is a deep copy and can be modified separately from the original, and its resources are managed separately from the original.

Parameters

other: Managed,