ref: 2b425c46ba24640e01aff7ac5a85eaafcbc8c45b 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 */ ;;