set of imported casts and as, cached to avoid repetitions

Property definitions

nitc $ ForeignCallbackSet :: casts
	# set of imported casts and as, cached to avoid repetitions
	var casts: Set[ MExplicitCast ] = new HashSet[ MExplicitCast ]
src/nitni/nitni_callbacks.nit:56,2--57,63