ref: 9bf6e6ac4a110b4b5597f90fb163922c613a9ea8 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 */ ;;