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