shithub: mc

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

View raw version
pkg std =
	type size	= uint64	/* spans entire address space */
	type off	= uint64	/* file offsets */
	type intptr	= uint64	/* can hold any pointer losslessly */
;;