ulong in the representation of this BigInt.T getDigit(T = ulong)(size_t n) if (is(T == ulong) || is(T == uint)) constGets the nth number in the underlying representation that makes up the whole BigInt.
T | the type to view the underlying representation as |
n | The nth number to retrieve. Must be less than ulongLength or uintLength with respect to T. |
ulong in the representation of this BigInt.