The branches of the trees.

For each element, the ordered array of its direct sub-elements.

Property definitions

ordered_tree $ OrderedTree :: sub
	# The branches of the trees.
	# For each element, the ordered array of its direct sub-elements.
	var sub = new HashMap[E, Array[E]]
lib/ordered_tree/ordered_tree.nit:69,2--71,35