ref: aa736008ef9bec12e7e880f2ce60b2aa0e04260c 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 */ ;;