neighbors ( node astar -- seq )


Vocabulary
path-finding

Inputs
nodea node
astaran instance of a subclassed astar tuple


Outputs
seqa sequence of nodes


Word description
Return the list of nodes reachable from node.

Definition

GENERIC: neighbors ( node astar -- seq )


Methods