Goal<T>.always constructor
Creates a goal that always matches any node.
The first node that is visited will be considered the goal.
Implementation
const factory Goal.always() = _AlwaysGoal<T>;
Creates a goal that always matches any node.
The first node that is visited will be considered the goal.
const factory Goal.always() = _AlwaysGoal<T>;