Fields
int: u64,
Result fits if it fits in u64
big_int: Base,
Result is an int that doesn’t fit in u64. Payload is the base, if it is not .decimal
then the slice has a two character prefix.
float: FloatBase,
Result is a float. Payload is the base, if it is not .decimal
then the slice has a two character prefix.
failure: Error,