ref: 979a0dd6fec80a4fe66ced0b5e2ba30cd574abc1 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 */ ;;