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