BigInt.wordAt

Return the word at a specified position of the internal register

struct BigInt
pragma(inline, true) const
word
wordAt
(
size_t n
)

Parameters

n size_t

position in the register

Return Value

Type: word

value at position n

Meta