A lossless representation of a signed, 64-bit integer. Instances of this
class may be used in arithmetic expressions as if they were numeric
primitives, but the binary representation will be preserved unchanged as the
bytes property of the object. The bytes should be encoded as big-endian,
two's complement integers.
A lossless representation of a signed, 64-bit integer. Instances of this class may be used in arithmetic expressions as if they were numeric primitives, but the binary representation will be preserved unchanged as the
bytes
property of the object. The bytes should be encoded as big-endian, two's complement integers.