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