The root node of the tree (null if tree is empty)

Property definitions

trees $ TreeMap :: root
	# The `root` node of the tree (null if tree is empty)
	protected var root: nullable N = null is protected writable
lib/trees/abstract_tree.nit:30,2--31,60