If parent == self then the node is a root

Property definitions

core $ DisjointSetNode :: parent
	# If parent == self then the node is a root
	var parent: DisjointSetNode = self
lib/core/collection/union_find.nit:237,2--238,35