ref: 076b8c43103645df52a89ca1f163974cadc4e677 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 */ ;;