The short-name of the class, then the full-name of each type arguments within brackets.

Example: "Map[String, List[Int]]"

Property definitions

nitc $ MGenericType :: to_s=
	# The short-name of the class, then the full-name of each type arguments within brackets.
	# Example: `"Map[String, List[Int]]"`
	redef var to_s is noinit
src/model/model.nit:1420,2--1422,25