Is self the root of its package?

Property definitions

nitc $ MGroup :: is_root
	# Is `self` the root of its package?
	fun is_root: Bool do return mpackage.root == self
src/model/mpackage.nit:149,2--150,50