shithub: mc

ref: f5c244010143f1b7b90c66dd54d8b4d8d3c0a7df
dir: /libstd/types.myr/

View raw version
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 */
;;