ref: 644e4fd2b841d47dc914c614501ef0e01674f267 dir: /libmyr/types.myr/
pkg std = type size = uint64 /* spans entire address space */ type off = uint64 /* file offsets */ type intptr = uint64 /* can hold any pointer losslessly */ ;;