ref: 4fb00e671f84192b77bbca4c095b5c5cdf755e31
dir: /libstd/types.myr/
pkg std = type size = uint64 /* spans entire address space */ type ssize = int64 /* signed size */ type off = uint64 /* file offsets */ type intptr = uint64 /* can hold any pointer losslessly */ type time = int64 /* milliseconds since epoch */ ;;