Return whether or not the Node is a leaf of the tree

Property definitions

geometry $ QuadTree :: is_leaf
	# Return whether or not the Node is a leaf of the tree
	fun is_leaf: Bool do return children.is_empty
lib/geometry/quadtree.nit:111,2--112,46