right tree node child (null if node has no right child)

Property definitions

trees $ BinTreeNode :: right
	# `right` tree node child (null if node has no right child)
	fun right: nullable N do return right_node
lib/trees/bintree.nit:402,2--403,43