fn clone(other: Mutable, limbs: []Limb) Mutable

Clones an Mutable and returns a new Mutable with the same value. The new Mutable is a deep copy and can be modified separately from the original. Asserts that limbs is big enough to store the value.

Parameters

other: Mutable,
limbs: []Limb,