ref: 1a7acb7c8d47f0145351a90d1781ba6ad1d60cde 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 */ ;;