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