ref: ceded833e958aa9f7c0c0642f09cd7942b02158b dir: /libstd/types.myr/
pkg std = type size = uint64 /* spans entire address space */ type off = uint64 /* file offsets */ type intptr = uint64 /* can hold any pointer losslessly */ ;;