Value::int64

What about adding this type ?

It’s easier and a cleaner approach that storing in a double and converting to/from (and only 2^53 bits are storable in a double without loss for integers).

Up

Yep, good request. Will do it when I get a chance.