Are we at the end of this path?

Property definitions

a_star $ AStarPath :: at_end_of_path
	# Are we at the end of this path?
	fun at_end_of_path: Bool do return at >= nodes.length
lib/a_star/a_star.nit:326,2--327,54