Type Definition ion_c_sys::ION_INT[][src]

type ION_INT = _ion_int;

Implementations

Constructs a BigInt from this ION_INT.

Note that since BigInt does not have a view into its digits, this method will make an intermediate copy as the big-endian encoded byte vector that will then be stored into this ION_INT

Constructs a BigInt from this ION_INT.