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