is in frontier or buckets

lifetime limited to evocation of path_to

Property definitions

a_star $ Node :: open
	# is in frontier or buckets
	# lifetime limited to evocation of `path_to`
	private var open: Bool = false
lib/a_star/a_star.nit:89,2--91,31