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