shithub: mc

ref: 954ff1977d4345d53a0e1996c7c3b39c51a2d470
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 */
;;