Function TVMFFIBigIntGetContentByteArray#
Defined in File c_api.h
Function Documentation#
-
TVMFFIByteArray TVMFFIBigIntGetContentByteArray(const TVMFFIAny *value)#
Borrow the native word content of an int64 or BigInt value.
- Parameters:
value – The integer value whose content is borrowed.
- Returns:
Whole 64-bit words, least-significant first, native byte order within each word, signed two’s complement. Byte length is a multiple of eight. This is not a universally little-endian byte format. The view remains valid while the input value and its referenced storage remain alive and unchanged.