The type Pointer, super class to all extern classes

Property definitions

nitc :: model $ MModule :: _pointer_type
	# The type `Pointer`, super class to all extern classes
	var pointer_type: MClassType = self.get_primitive_class("Pointer").mclass_type is lazy
src/model/model.nit:267,2--268,87