shithub: mc

ref: 64462bb36f34be7ab4aa1fcf7195739eb617a044
dir: /lib/flate/types.myr/

View raw version
use bio

pkg flate =
	type err = union
		`Io bio.err
		`Format byte[:]
	;;
;;