BigInt.mulPow5

Multiplies the BigInt by 5 raised to the given power, returning whether the operation succeeded.

struct BigInt(uint size64)
@safe
bool
mulPow5
()
(
ulong degree
)
if (
size64 &&
size64 <= ushort.max
)