ref: 24e9cd439c9024f7140c13f544f885d0301c2b9a
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 */ ;;