The formal arguments of the type

ENSURE: result.length == self.mclass.arity

Property definitions

nitc $ MClassType :: arguments
	# The formal arguments of the type
	# ENSURE: `result.length == self.mclass.arity`
	var arguments = new Array[MType]
src/model/model.nit:1301,2--1303,33

nitc $ MGenericType :: arguments
	redef var arguments
src/model/model.nit:1401,2--20