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