The pool of types used to perform type checks (isa and as).

Property definitions

nitc $ RapidTypeAnalysis :: _live_cast_types
	# The pool of types used to perform type checks (isa and as).
	var live_cast_types = new HashSet[MType]
src/rapid_type_analysis.nit:72,2--73,41