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