BigInt.copy

Returns a copy of this BigInt as a new BigInt.

struct BigInt(uint size64)
@safe @property @trusted
copy
()
if (
size64 &&
size64 <= ushort.max
)