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