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