ref: 74b3aaed1a5a978a4d64ae4bdce9b0cdcf82860c
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 */ ;;