int53
serialization of 53-bit integers to and from 8 byte buffers.
usage
var int53 = var a = int53 var b = var x = int53
API
var number = int53var number = int53var number = int53var number = int53 int53int53int53int53
why?
Sometimes you need to read and write 64-bit integers. For some things like timestamps, file sizes, and counters the 53-bits offered by a double is enough to get by, and easier to work with than a bigint module.
License
BSD