match abstract method

bool? match(
  1. T node
)
inherited

Returns true when node matches the goal.

Implementation

bool? match(T node);