raw Signed Integer At
Extract a (signed) base 2^32 digit from the integer. The index must be in range for the integer's representation.
Return
The base 2^32 digit as a signed Int.
Parameters
index
The one-based, little-endian index of the digit to extract. It must be between 1 and the number of digits present.