ref: cb17c0f4d27e5493a7c375c9b380bb5811d82244
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 = uint64 /* milliseconds since epoch */ ;;