ref: 105235911b6b3982f76f3d7e87070f696942c105 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 */ ;;