The rank to keep the structure balanced.

The term rank is used instead of depth since path compression is used, see DisjointSet::nfind

Property definitions

core $ DisjointSetNode :: rank
	# The rank to keep the structure balanced.
	# The term rank is used instead of depth since
	# path compression is used, see `DisjointSet::nfind`
	var rank = 0
lib/core/collection/union_find.nit:240,2--243,13