BigInt.pow

Returns this BigInt raised to the power of the given ulong degree.

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