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