shithub: mc

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

View raw version
pkg std =
	type size	= int64		/* spans entire address space */
	type usize	= int64		/* signed size */
	type off	= uint64	/* file offsets */
	type intptr	= uint64	/* can hold any pointer losslessly */
	type time	= int64		/* milliseconds since epoch */
;;