ref: 974f7318e5d899aa2bcaec03bfc0ec3c74dd3402 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 */ ;;