source node

lifetime limited to evocation of path_to

Property definitions

a_star $ Node :: best_source=
	# source node
	# lifetime limited to evocation of `path_to`
	private var best_source: nullable N = null
lib/a_star/a_star.nit:85,2--87,43