ref: 3af73a7086c91dd6b94b5407081e4a9c80014a5b
dir: /lib/std/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 */ ;;