shithub: mc

ref: f762f96f07cf2dfc7b3bb745d6a767dccda0a01a
dir: /lib/std/types.myr/

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