The roots of the tree (in sequence)

Property definitions

ordered_tree $ OrderedTree :: roots
	# The roots of the tree (in sequence)
	var roots = new Array[E]
lib/ordered_tree/ordered_tree.nit:66,2--67,25