ref: 5ada2d8c5a59c764a10d832fe79e31f4c638edac 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 */ ;;